#hero {
    padding: 100px 0;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

#hero .content{
    position: relative;
    z-index: 2;
}

#hero .content h1 {
color: #1A1A2E;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 111.765% */
    margin-bottom: 24px;
}

#hero .content h1 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px;
}

#hero .content p {
color: #4A5568;
font-family: "Niveau-Grotesk";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 139.286% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#textCenter {
    padding: 100px 0;
    background: #FFF;
}

#textCenter .content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

#textCenter .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#textCenter .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#textCenter .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#textCenter .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#textCenter .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #textCenter {
        padding: 50px 0;
    }
}

#cta {
    padding: 50px 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
}

#cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#cta .content {
    max-width: 760px;
}

#cta .content .tag {
    color: rgba(122, 53, 0, 0.70);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 10px;
}

#cta .content h2 {
color: #000;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: -0.36px;
}

#cta .content h2 strong {
    color: #FFF;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: -0.36px;
}

#cta .click {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    #cta .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

#stories {
    padding: 0 0 50px;
}

#stories .story-col {
    display: flex;
}

#stories .item {
    width: 100%;
    height: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#stories .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 413/192;
    object-fit: cover;
    display: block;
}

#stories .item .content {
    height: 100%;
    padding: 40px 27px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* --------- */
#stories .item .content h2 {
color: #0A0A0A;
font-family: "Proxima-Nova";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
    margin-bottom: 18px;
}

/* --------- */
#stories .item .content p {
color: #717182;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 0;
}

#stories .item .content .click {
    margin-top: 40px;
}

#stories .date {
    margin-top: 35px;
color: #717182;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 8px;
}

#stories .date i {
    font-size: 14px;
}

@media (max-width: 1200px) {
    #stories .item .content {
        padding: 30px 24px 26px;
    }
}

@media (max-width: 767px) {
    #stories .heading {
        margin-bottom: 36px;
    }

    #stories .heading h2 {
        font-size: 36px;
        line-height: 41px;
    }
}

