.first-screen {
    background: radial-gradient(117.43% 187.88% at 50% 170%, #FFFFFF 0%, #1276CD 70%);
    padding: 183px 0 103px 0;
    margin-top: -112px;
}

body:has(.top-header) .first-screen {
    margin-top: -82px;
}

.first-screen__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 75px;
    align-items: center;
}

.first-screen__left {
    flex-basis: 717px;
}

.first-screen__right {
    flex-basis: 42%;
}

.first-screen__heading {
    margin-bottom: 69px;
}

.first-screen__bottom-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.first-screen__bottom-wrap p:not(:last-child) {
    margin-bottom: 8px;
}

.first-screen__bottom-img-wrap {
    display: flex;
    flex-basis: 123px;
    flex-shrink: 0;
}

.first-screen__bottom-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.landing-first-screen .first-screen__heading {
    margin-bottom: 32px;
}

.first-screen__btn__learn-more.btn {
    margin-bottom: 32px;
}
.first-screen__right img {
    width: 100%;
    height:auto;
    border-radius: 24px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* ≥1600px */
@media screen and (min-width: 1600px) {
    .first-screen__left,
    .first-screen__right {
        flex-grow: 1;
    }

    body:has(.top-header) .first-screen {
        margin-top: -87px;
    }

    .first-screen {
        margin-top: -117px;
    }
}


/* ≤1024.98px */
@media screen and (max-width: 1024.98px) {
    .first-screen-landing__group {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .first-screen__btn__learn-more.btn {
        margin-bottom: 0;
    }

    .landing-first-screen .first-screen__heading {
        margin-bottom: 20px;
    }

    .first-screen__wrapper {
        flex-direction: column-reverse;
        gap: 30px;
        align-items: flex-start;
    }

    body:has(.top-header) .first-screen {
        margin-top: -78px;
    }

    .first-screen__left,
    .first-screen__right {
        flex-basis: 100%;
    }

    .first-screen__heading {
        margin-bottom: 40px;
    }
    .first-screen__right img{
    	aspect-ratio: 2 / 1;
    }
    .first-screen {
        padding: 191px 0 75px 0;
        margin-top: -100px;
    }
}


/* ≤599.98px */
@media screen and (max-width: 599.98px) {
    .first-screen {
        padding: 170px 0 49px 0;
        margin-top: -90px;
    }

    .first-screen__heading {
        margin-bottom: 20px;
    }

    .first-screen__btn {
        width: 100%;
    }

    .first-screen__bottom-img-wrap {
        flex-basis: 80px;
        flex-shrink: 0;
    }

    .first-screen__bottom-wrap {
        gap: 12px;
    }

    .first-screen__bottom-wrap p:not(:last-child) {
        margin-bottom: 4px;
    }

    body:has(.top-header) .first-screen {
        margin-top: -74.5px;
    }
}
body .first-screen__heading h1 {
    font-size: 68px;
    margin-bottom:20px;
}
@media screen and (min-width: 1600px) {
    body .first-screen__heading h1 {
        font-size: 76px;
    }
}
@media screen and (max-width: 1199.98px) {
    body .first-screen__heading h1 {
        font-size: 45px;
    }
}
@media screen and (max-width: 1024.98px) {
    body .first-screen__heading h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 599.98px) {
    body .first-screen__heading h1 {
        font-size: 33px;
    }
}