.wallSection .content .logo.main-logo-link {
    max-width: 220px !important;
}

.media.background-imgs {
    /* padding-bottom: 224px; */
    max-width: 100%;
    background-color: #e1ecf2;
    overflow: hidden;
    height: 627px;
}

.media.background-imgs img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.subtexts,
.title-main {
    padding-inline: 12px !important;
}

.gift-card-wrap {
    background-color: #F3D068;
    padding-top: 36px;
    padding-bottom: 24px;
    max-width: 680px;
    border-radius: 16px;
    color: #222833;
    margin-top: 230px;
    position: relative;

}

.gift-card-wrap .gift-icons {
    width: 80px;
    position: absolute;
    top: calc(50% - 74px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.gift-card-wrap h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    padding-inline: 24px;
    margin-bottom: 10px;
}

.gift-card-wrap h3 span {
    font-weight: 700;
    text-transform: uppercase;
}

.gift-texts {
    width: 100%;
    border-top: 1px solid #b3a965;
}

.gift-card-wrap .gift-texts p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
    padding-inline: 24px;
}


.get-started-btn {
    margin-top: 50px;
}

.get-started-btn .bg::after,
.get-started-btn .bg::before,
.get-started-btn svg {
    display: none !important;
}

.get-started-btn .wrap {
    background-image: linear-gradient(to right, #047CBA, #12357E) !important;
    height: 56px !important;
}

.get-started-btn .content {
    background: none !important;
    box-shadow: none !important;
}

.get-started-btn .content::before {
    background: none !important;
}

.get-started-btn .content .char.state-1 {
    font-weight: 300 !important;
}

.get-started-btn .icon-box,
.get-started-btn .icon-box::before,
.get-started-btn .icon-box::after {
    box-shadow: none !important;
    background: #fff !important;
}

@media (max-width: 575.98px) {
    .title-main {
        line-height: 32px !important;
    }

    .media.background-imgs {
        height: 640px;
    }

    .media.background-imgs img {
        object-fit: cover;
    }

    .gift-card-wrap {
        padding-top: 30px;
        padding-bottom: 12px;
        margin-top: 160px;
    }

    .gift-card-wrap h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        padding-inline: 6px;
    }

    .gift-card-wrap .gift-texts p {
        font-size: 12px;
        line-height: 18px;
    }

    .gift-card-wrap .gift-icons {
        width: 70px;
    }

    .get-started-btn {
        transform: scale(0.8) !important;
    }
}

.wallSection-main {
    overflow: hidden;
}

.wallSection-main .innerSection-main {
    max-width: 100%;
    background-color: #e1ecf2;
}