.container {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    z-index: 3;
}
/* ==========ULTRA-WIDE / 4K / 8K========== */
/* 8K and beyond */
@media screen and (min-width: 3840px) {}
/* 4K displays (UHD) */
@media screen and (min-width: 2561px) and (max-width: 3839px) {}
/* ==========DESKTOPS========== */
/* Large desktop / WQHD */
@media screen and (min-width: 1921px) and (max-width: 2560px) {}
/* Standard desktop */
@media screen and (min-width: 1601px) and (max-width: 1920px) {}
/* ==========LAPTOPS========== */
/* Large laptops */
@media screen and (min-width: 1441px) and (max-width: 1600px) {}
/* Medium laptops */
@media screen and (min-width: 1281px) and (max-width: 1440px) {}
/* Small laptops */
@media screen and (min-width: 1025px) and (max-width: 1280px) {}
/* ==========TABLETS========== */
/* Large tablets */
@media screen and (min-width: 900px) and (max-width: 1024px) {
    .section-top .section-headline {
        font-size: 260%;
    }
    .card-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .banner-wrapper {
        aspect-ratio: unset;
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .banner-bottom {
        padding-top: 40px;
    }
    .banner-bottom.sub-title {
        text-align: center;
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
}
/* Small tablets */
@media screen and (min-width: 768px) and (max-width: 899px) {
    .card-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .section-top .section-headline {
        font-size: 200%;
    }
    .banner-wrapper {
        aspect-ratio: unset;
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .banner-wrapper h1 {
        font-size: 250%;
    }
    .banner-wrapper .sub-title {
        font-size: 150%;
    }
    .banner-top {
        column-gap: 24px;
    }
    .banner-bottom {
        padding-top: 40px;
    }
    .banner-bottom.sub-title {
        text-align: center;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .banner-wrapper .sub-title {
        font-size: 150%;
    }
}
/* ==========MOBILE PHONES========== */
/* Large phones / Phablets */
@media screen and (min-width: 601px) and (max-width: 767px) {
    .section-top .section-headline {
        font-size: 200%;
    }
    .card-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .banner-wrapper {
        aspect-ratio: unset;
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .banner-wrapper h1 {
        font-size: 250%;
    }
    .banner-wrapper .sub-title {
        font-size: 150%;
    }
    .banner-top {
        column-gap: 24px;
    }
    .banner-bottom {
        padding-top: 40px;
    }
    .banner-bottom.sub-title {
        text-align: center;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .banner-wrapper .sub-title {
        font-size: 150%;
    }
}
/* Regular phones */
@media screen and (max-width: 600px) {
    .banner-wrapper {
        aspect-ratio: unset;
        padding-top: 120px;
        padding-bottom: 70px;
    }
    .banner-wrapper h1 {
        font-size: 250%;
        margin-bottom: 20px;
    }
    .banner-wrapper .sub-title {
        font-size: 130%;
        text-align: center;
        line-height: 140%;
    }
    .banner-top {
        column-gap: 0;
        flex-direction: column;
    }
    .banner-top span {
        display: none;
    }
    .banner-bottom {
        padding-top: 40px;
    }
    .banner-bottom.sub-title {
        text-align: center;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .banner-wrapper .sub-title {
        font-size: 150%;
    }
    .card-col figure figcaption {
        padding: 20px;
    }
    .card-col figure figcaption h2 {
        line-height: 130%;
    }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
    .section-top .section-headline {
        font-size: 200%;
    }
    .card-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}
/* Small phones */
@media screen and (max-width: 480px) {
    .container {
        width: 90%;
    }
    .section-top .section-headline {
        font-size: 180%;
    }
    .card-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .banner-wrapper h1 {
        font-size: 220%;
    }
    .banner-wrapper .sub-title {
        font-size: 120%;
    }
    .banner-bottom.sub-title {
        font-size: 100%;
    }
    .single-wrapper {
        padding: 40px 0px;
    }
    .section-mid {
        padding-top: 10px;
    }
    .banner-wrapper {
        aspect-ratio: unset;
        padding-top: 110px;
        padding-bottom: 40px;
    }
    .banner-bottom {
        padding-top: 25px;
    }
}