#landing-container #background {
    height: 30svh!important;
    min-height: 264px!important
}

#landing-content {
    height: calc(30svh - 64px);
    min-height: 200px!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#landing-text #top {
    margin-bottom: 4px
}

#landing-text #bottom {
    width: 88%
}

#landing-text,.offer-section,.offer-section-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.offer-section {
    width: 100%;
    height: fit-content;
    gap: 40px;
    justify-content: center;
    margin-top: 104px
}

.offer-section .title .bottom,.offer-section .title .top {
    width: 100%;
    font-family: "Roboto";
    color: var(--color-black);
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.offer-section-content {
    width: 340px;
    max-width: 80%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 8px
}

.offer-section-content .text ul {
    display: flex;
    flex-direction: column;
    gap: 8px
}

#footer {
    width: 100vw;
    height: 72px;
    margin-top: 104px
}

#landing-container #background img {
    filter: brightness(.7) contrast(94%)!important
}

#landing-text {
    text-shadow: 0 1px 4px #1e1e1e7e
}

#landing-text #bottom,#landing-text #top {
    color: var(--color-white);
    font-family: "Inter";
    font-weight: 800
}

#landing-text #top {
    font-size: 10px;
    letter-spacing: 1px
}

#landing-text #bottom {
    font-size: 26px;
    text-align: center
}

.offer-section .title .bottom {
    font-size: 15px;
    font-weight: 400
}

.offer-section-content .text {
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 350
}

.offer-section-text-content-container {
    color: var(--color-black);
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300
}

#footer {
    background-color: #302f2f
}

.top.yellow {
    color: var(--color-yellow)!important
}

.top.red {
    color: var(--color-red)!important
}