
@media (max-width: 2246.98px) {
    .image-container {
        min-height: 29rem;
    }
}
@media (max-width: 1750.98px) {
    .image-container {
        min-height: 31rem;
    }
}
@media (max-width: 1650.98px) {
    .image-container {
        min-height: 33rem;
    }
}
/* `xxxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1579.98px) {
    .image-container {
        min-height: 37rem;
    }
}
/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .image-container {
        min-height: 40rem;
    }
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .image-container {
        min-height: 41rem;
    }
}
@media(min-width: 1024.98px) and (max-width: 1199.98px) {

}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 1024.98px) {
    .image-container {
        min-height: 43rem;
    }
}
@media(min-width: 767.98px) and (max-width: 991.98px) {
    .image-container {
        min-height: 47rem;
    }
    .image-container #person img,
    .image-container #person2 img {
        height: 85%;
    }
    .about .description-content p {
        line-height: 28px;
    }

}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {
    .image-container {
        min-height: 32rem;
    }

}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}
