.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--collection-1-moss-main-green-duplicate);
    overflow: hidden;
    background: linear-gradient(180deg,
            rgb(236.53, 242.35, 238.85) 10.15%,
            rgb(224, 238, 213) 27.5%,
            rgb(248.88, 254.97, 230.61) 63%,
            rgb(215, 240, 216) 100%);
    position: relative;
    height: fit-content;
}
.download-container {
    height: 100%;
}

.header-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 40px;
    flex-shrink: 0;
    background: #C3F3D9;
    width: 100%;
    line-height: 25px;
}

.normal-text {
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
}

.header-bar p {
    margin: auto;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
}

.section {}

.logo {
    margin-top: 100px;
}

.description {
    margin-top: 48px;
    margin-bottom: 60px;
    height: 35px;
    line-height: 35px;
}

.hero {
    width: 1440px;
    height: 650px;
    background-image: url("images/moss-hero.png");
    background-position-x: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-index {

}

.hero-download {
    background-position-y: -180px;
    height: 450px;
}

.hero-download {
    font-family: "Inter-Medium", Helvetica;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
}
.hero-download h2 {
    margin-top: 40px;
}

.hero-download h3 {
    margin-top: 5px;
    font-size: 20px;
}


.title-1 {
    margin-top: -30px;
    width: 900px;
    height: 200px;
    background-image: url("images/moss-title-1.svg");
    background-position-x: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.benefits {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.benefit {
    width: 335px;
    height: 362px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(218deg, #EAFBD5 28.86%, #C9E5C4 100%);
    padding: 20px;
    overflow: hidden;
    flex-shrink: 0;
}


.benefit-title {
    font-family: "Inter-Medium", Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 116.667% */
}



.benefit-description {
    margin-top: 16px;
    width: 295px;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.benefit img {
    margin-top: 31px;
    width: 335px;
    height: 200px;
}

.benefit-title img {
    width: 40px;
    height: 40px;
    color:black;
}

.platforms {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.platform {
    width: 335px;
    height: 162px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(218deg, #EAFBD5 28.86%, #C9E5C4 100%);
    padding: 20px;
    overflow: hidden;
    flex-shrink: 0;
}


.platform-title {
    font-family: "Inter-Medium", Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    /* 116.667% */
}

.platform-title img {
    width: 50px;
    height: 50px;
    color:black;
}

.download-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.download-links a {
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: white;
}

.access-button {
    display: inline-flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-spacing-sm, 8px);

    border-radius: 20px;
    border: 4px solid var(--06, #E3FC98);
    background: #000;
    cursor: pointer;
    color: #FFF;

    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    width: fit-content;
    transition: all .25s ease;
    transform: scale(1);
}

.access-button:hover {
    transition: all .25s ease;
    border-color: rgba(224, 238, 213, 1);
    color: rgba(224, 238, 213, 1);
}

.access-button-2 {
    margin-bottom: 200px;
}

.footer {
    align-self: baseline;
    margin-left: 20px;
    position: absolute;
    bottom: 10px;
}

.footer p {
    color: rgba(0, 0, 0, 0.40);

    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.footer a {

    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
    .container {
    }

    .header-bar p {
        max-width: 60%;
        line-height:25px;
        padding:3px;
        cursor: pointer;
    }

    .benefits {
        flex-direction: column;
        align-items: center;
    }

    .description {
        max-width: 80%;
        text-align: center;
        line-height: 25px;

    }

    .title-1 {
        width: 305px;
        height: 300px;
        background-image: url("images/moss-title-1-mobile.svg");
        background-position-x: center;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .title-2 img {
        width: 490px;
    }


}