@media (min-width: 1200px) {
    /***** Hero CSS *****/
    #hero {
        padding: 150px 0 40px;
    }

    .section-hero-title {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .hero-title {
        color: var(--Grey-color-1, #363535);
        font-family: Unbounded;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .hero-description {
        color: var(--Grey-color-1, #363535);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    /***** End Hero CSS *****/

    /***** Advantage *****/
    .section-title {
        color: var(--Text-grey-color, #363535);
        font-family: "Be Vietnam Pro";
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }

    .advantage-block {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .advantage-item {
        max-width: 333.33px;
        border-radius: 8px;
        border: 1px solid rgba(187, 187, 187, 0.5);
        padding: 28px 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: var(--White-color, #ffffff);
    }

    .advantage-item:hover {
        box-shadow: 0px 100px 80px 0px rgba(151, 151, 151, 0.07),
            0px 41.778px 33.422px 0px rgba(151, 151, 151, 0.05),
            0px 22.336px 17.869px 0px rgba(151, 151, 151, 0.04),
            0px 12.522px 10.017px 0px rgba(151, 151, 151, 0.04),
            0px 6.65px 5.32px 0px rgba(151, 151, 151, 0.03),
            0px 2.767px 2.214px 0px rgba(151, 151, 151, 0.02);
    }

    .advantage-icon-block {
        display: flex;
        width: 60px;
        height: 60px;
        padding: 14px 13.334px 13px 13.666px;
        justify-content: center;
        align-items: center;
        border-radius: 10000px;
        background: rgba(255, 243, 231, 0.8);
    }

    .advantage-icon {
        width: 33px;
        height: 33px;
        flex-shrink: 0;
    }

    .advantage-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .advantage-title {
        color: var(--Text-grey-color, #363535);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .advantage-description {
        color: var(--Text-grey-color-2, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
        /* 21.76px */
        height: 88px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .about-redirect-block {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
    }

    .advantage-container {
        padding: 0px;
    }

    /***** End Advantage *****/
    /***** Download *****/
    #download {
        padding: 60px 0 90px;
        display: flex;
        flex-direction: column;
    }

    .download-block {
        display: flex;
        gap: 48px;
    }

    .download-qr {
        width: 146px;
        height: 146px;
        border-radius: 7.276px;
    }

    .download-title {
        color: var(--Grey-color-1, #363535);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        padding-bottom: 24px;
    }

    .download-icons {
        display: flex;
        gap: 12.5px;
    }

    .download-icon {
        height: 42px;
    }

    .download-icon img {
        height: 100%;
    }

    .download-image-block {
        padding-top: 100px;
    }
    /***** End Download *****/
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /***** Hero CSS *****/
    #hero {
        padding: 110px 0 40px;
    }

    .section-hero-title {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .hero-title {
        color: var(--Grey-color-1, #363535);
        text-align: center;
        font-family: Unbounded;
        font-size: 3.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        margin-bottom: 0;
    }

    .hero-description {
        color: var(--Grey-color-1, #363535);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    /***** End Hero CSS *****/

    /***** Advantage *****/
    .section-title {
        color: var(--Text-grey-color, #363535);
        font-family: "Be Vietnam Pro";
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }

    .advantage-block {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .advantage-item {
        max-width: 333.33px;
        width: 31%;
        border-radius: 8px;
        border: 1px solid rgba(187, 187, 187, 0.5);
        padding: 28px 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: var(--White-color, #ffffff);
    }

    .advantage-item:hover {
        box-shadow: 0px 100px 80px 0px rgba(151, 151, 151, 0.07),
            0px 41.778px 33.422px 0px rgba(151, 151, 151, 0.05),
            0px 22.336px 17.869px 0px rgba(151, 151, 151, 0.04),
            0px 12.522px 10.017px 0px rgba(151, 151, 151, 0.04),
            0px 6.65px 5.32px 0px rgba(151, 151, 151, 0.03),
            0px 2.767px 2.214px 0px rgba(151, 151, 151, 0.02);
    }

    .advantage-icon-block {
        display: flex;
        width: 60px;
        height: 60px;
        padding: 14px 13.334px 13px 13.666px;
        justify-content: center;
        align-items: center;
        border-radius: 10000px;
        background: rgba(255, 243, 231, 0.8);
    }

    .advantage-icon {
        width: 33px;
        height: 33px;
        flex-shrink: 0;
    }

    .advantage-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .advantage-title {
        color: var(--Text-grey-color, #363535);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .advantage-description {
        color: var(--Text-grey-color-2, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
        /* 21.76px */
        height: 88px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .about-redirect-block {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
    }

    /***** End Advantage *****/
    /***** Download *****/
    #download {
        padding: 60px 0 90px;
        display: flex;
        flex-direction: column;
    }

    .download-block {
        display: flex;
        gap: 48px;
    }

    .download-qr {
        width: 146px;
        height: 146px;
        border-radius: 7.276px;
    }

    .download-title {
        color: var(--Grey-color-1, #363535);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        padding-bottom: 24px;
    }

    .download-icons {
        display: flex;
        gap: 12.5px;
    }

    .download-icon {
        height: 42px;
    }

    .download-icon img {
        height: 100%;
    }

    .download-image-block {
        padding-top: 100px;
    }

    .download-image {
        width: 100%;
        height: auto;
    }
    /***** End Download *****/
}

@media only screen and (max-width: 767px) {
    /***** Hero CSS *****/
    #hero {
        padding: 90px 0 40px;
    }

    .section-hero-title {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .hero-title {
        color: var(--Grey-color-1, #363535);
        text-align: center;
        font-family: Unbounded;
        font-size: 3.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        margin-bottom: 0;
    }

    .hero-description {
        color: var(--Grey-color-1, #363535);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    /***** End Hero CSS *****/

    /***** Advantage *****/
    .section-title {
        color: var(--Text-grey-color, #363535);
        font-family: "Be Vietnam Pro";
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }

    .advantage-block {
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .advantage-item {
        width: 100%;
        border-radius: 8px;
        border: 1px solid rgba(187, 187, 187, 0.5);
        padding: 28px 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: var(--White-color, #ffffff);
    }

    .advantage-item:hover {
        box-shadow: 0px 100px 80px 0px rgba(151, 151, 151, 0.07),
            0px 41.778px 33.422px 0px rgba(151, 151, 151, 0.05),
            0px 22.336px 17.869px 0px rgba(151, 151, 151, 0.04),
            0px 12.522px 10.017px 0px rgba(151, 151, 151, 0.04),
            0px 6.65px 5.32px 0px rgba(151, 151, 151, 0.03),
            0px 2.767px 2.214px 0px rgba(151, 151, 151, 0.02);
    }

    .advantage-icon-block {
        display: flex;
        width: 60px;
        height: 60px;
        padding: 14px 13.334px 13px 13.666px;
        justify-content: center;
        align-items: center;
        border-radius: 10000px;
        background: rgba(255, 243, 231, 0.8);
    }

    .advantage-icon {
        width: 33px;
        height: 33px;
        flex-shrink: 0;
    }

    .advantage-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .advantage-title {
        color: var(--Text-grey-color, #363535);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .advantage-description {
        color: var(--Text-grey-color-2, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
        /* 21.76px */
        height: 88px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .about-redirect-block {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
    }

    /***** End Advantage *****/
    /***** Download *****/
    #download {
        padding: 40px 0 20px;
        display: flex;
        flex-direction: column;
    }

    .download-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .download-qr {
        width: 146px;
        height: 146px;
        border-radius: 7.276px;
    }

    .download-title {
        color: var(--Grey-color-1, #363535);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        padding-bottom: 24px;
    }

    .download-icons {
        display: flex;
        gap: 12.5px;
    }

    .download-icon {
        height: 42px;
    }

    .download-icon img {
        height: 100%;
    }

    .download-image-block {
        padding-top: 40px;
    }

    .download-image {
        width: 100%;
        height: auto;
    }
    /***** End Download *****/
}
