.hero-main {
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.hero-main-description * {
        color: var(--Gray-2---EAEAEA, #EAEAEA !important);

        /* H4 */
        font-family: Exo;
        font-size: 22px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 130% !important;
        /* 28.6px */
    }

.hero-main-layout {
    display: flex;
    gap: 120px;
    margin-top: 68px;
    padding-bottom: 110px;
}

.hero-main-info {
    color: #fff;
}

.hero-main-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-main-heading h1 {
    color: var(--White---FFFFFF, #FFF) !important;
    text-align: center;
    /* H3 */
    font-family: Exo;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 46px !important;
    /* 143.75% */
}

.hero-main-subtitle * {
    text-align: center;
    /* H5 */
    font-family: Exo;
    font-size: 16px !important;
    font-style: normal;
    line-height: 150% !important;
   color: #fff !important;
  text-align: center;
  font-weight: 600 !important;
    /* 24px */
    letter-spacing: 0.48px !important;
}

.hero-main-buttons {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.hero-main-buttons .text-btn {
    color: #fff;
    transition: all 300ms ease-in-out;
}

.hero-main-buttons .text-btn:hover,
.hero-main-buttons .text-btn:focus {
    background: #4146554D;
}

.hero-main .text-btn {
    border-radius: 6px;
    border: 0.94px solid #414655;
}

@media all and (min-width:1024px) {
    .hero-main-info {
        width: 446px;
        color: #fff;
    }

    .hero-main-image {
        width: 60%;
    }
}

.align_content_vertically {
    align-items: center;
}

@media all and (max-width:1024px) {
    .hero-main {
        padding-top: 104px !important;
    }

    .align_content_vertically {
        align-items: initial;
    }

    .reverse-content-mobile {
        flex-direction: column-reverse !important;
    }

    

    .align_content_mobile_to_left .hero-main-description {
        text-align: left !important;
    }

    .align_content_mobile_to_left .hero-main-buttons {
        justify-content: flex-start;
        !important;
    }

    .hero-main-layout {
        flex-direction: column;
        gap: 48px;
        margin-top: 28px;
        padding-bottom: 48px;
    }

    .hero-main-info {
        text-align: center;
    }

    .hero-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media all and (min-width:400px) {
    .hero-main-heading h1 {
        font-size: 40px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 54px !important;
        /* 135% */
    }

    .hero-main-subtitle * {}
}

@media all and (min-width:768px) {
    .hero-main-heading h1 {
        color: var(--White---FFFFFF, #FFF) !important;
        text-align: center;

        /* H1 */
        font-family: Exo;
        font-size: 60px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 110% !important;
        /* 66px */
    }

    .hero-main-subtitle {
        color: var(--White---FFFFFF, #FFF);
        font-size: 17.6px !important;
        line-height: 26.4px !important;
        /* 150% */
        letter-spacing: 0.352px
    }
}