﻿.why_hypersas {
    height: 1012px;
    background-color: var(--greyish-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why_hypersas_text {
    height: 347px;
    width: 278px;
    margin-top: 30px;
}

    .why_hypersas_text h2 {
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 37.8px;
    }

    .why_hypersas_text p {
        height: 225px;
        font-size: 0.84375rem;
        font-weight: 400;
        line-height: 23px;
        margin-top: 20px;
    }

    .why_hypersas_text button {
        width: 151.5px;
        height: 44px;
        padding: 11px 25px 11px 30px;
        gap: 0px;
        font-size: 0.9375rem;
        font-weight: 600;
        line-height: 20px;
        margin-top: 16px;
        color: var(--basic_color);
        border: 1px solid var(--btn-bgcolor);
        background-color: var(--btn-bgcolor);
    }

.why_hypersas_images {
    height: 550px;
    width: 319px;
    margin-top: 50px;
}

    .why_hypersas_images img {
        height: 550px;
        width: 319px;
    }

@media (min-width: 576px) {
    .why_hypersas {
        height: 1128px;
    }

    .why_hypersas_text {
        height: 272px;
        width: 462px;
    }

        .why_hypersas_text h2 {
            margin-top: 0px;
            font-size: 2.5rem;
        }

        .why_hypersas_text p {
            height: 150px;
            font-size: 0.9375rem;
            line-height: 25px;
        }

        .why_hypersas_text button {
            margin-top: 20px;
        }

    .why_hypersas_images {
        height: 712px;
        width: 406px;
    }

        .why_hypersas_images img {
            height: 712px;
            width: 406px;
        }
}

@media (min-width: 992px) {
    .why_hypersas {
        height: 472px;
        flex-direction: row;
        justify-content: center;
    }

    .why_hypersas_text {
        height: 297px;
        max-width: 455px;
        margin-left: 30px;
        margin-top: 0px;
    }

        .why_hypersas_text h2 {
            font-size: 1.875rem;
            line-height: 37.8px;
        }

        .why_hypersas_text p {
            height: 175px;
            font-size: 1rem;
        }

        .why_hypersas_text button {
            margin-top: 20px;
            background-color: var(--caveat-color);
            border: 1px solid var(--caveat-color);
        }

    .why_hypersas_images {
        height: 472px;
        width: 467px;
        margin-top: 0px;
        margin-left: 20px;
    }

        .why_hypersas_images img {
            height: 472px;
            width: 467px;
        }
}

@media (min-width: 1200px) {
    .why_hypersas {
        height: 525px;
    }

    .why_hypersas_text {
        height: 344px;
        width: 778px;
        margin-left: 110px;
    }

        .why_hypersas_text h2 {
            font-size: 3rem;
            line-height: 60px;
            margin-bottom: 20px;
        }

        .why_hypersas_text p {
            height: 200px;
            width: 436px;
            font-size: 1.125rem;
            margin-top: 0px;
        }

        .why_hypersas_text button {
            margin-top: 20px;
            background-color: var(--btn-bgcolor);
            border: 1px solid var(--btn-bgcolor);
            width: 130px;
            padding: 11px 20px 11px 20px;
            font-size: 0.9375rem;
        }

    .why_hypersas_images {
        height: 482px;
        width: 657px;
    }

        .why_hypersas_images img {
            height: 482px;
            width: 657px;
        }
}

@media (min-width: 2000px) {
    .why_hypersas {
        height: 557px;
        justify-content: center;
    }

    .why_hypersas_text {
        height: 319px;
        min-width: 778px;
        margin-left: 0px;
        margin-top: 0px;
    }

        .why_hypersas_text h2 {
            font-size: 3.5rem;
            line-height: 37.8px;
            text-align: left;
            margin-bottom: 50px;
        }

        .why_hypersas_text p {
            height: 125px;
            width: 778px;
            font-size: 1.3125rem;
        }

        .why_hypersas_text button {
            width: 180px;
            height: 56px;
            padding: 10px 25px 10px 25px;
            gap: 0px;
            font-size: 1rem;
            line-height: 24px;
            text-align: center;
            margin-top: 50px;
        }

    .why_hypersas_images {
        height: 557.22px;
        width: 954px;
    }

        .why_hypersas_images img {
            height: 557.22px;
            width: 954px;
            margin-left: 100px;
        }
}
