.home .post .card-body {
    height: 300px;
    overflow: hidden;
}

/* Style for privacy icons in the footer  */
.privacy-icons--icon {
    width: 5.2rem;
}

/* Style for qonversion alert */
.alert-q {
    background-color: #335eea;
    color: white;
    height: fit-content;
    padding: .50rem 1.25rem!important;
}
.alert-q a, .alert-q a:hover {
    color: white;
    text-decoration: underline;
}