* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    margin: 0;
}

.fundsHeading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 53px;
    background-color: #FFF;
}

.fundsHeader {
    font-size: 28px;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 28px;
}

.fundsSubHeader {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 712px;
}

.fundsDivider {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 270px 455px 270px;
    grid-gap: 21px;
    padding-top: 48px;
    background-color: #FFF;
}

.fundsDivider .divider_f {
    border-bottom: 1px solid #ADADB8;
}

.dividerText {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.formContainer {
    background: linear-gradient(#fff 75%, #F7F7F8 25%);
    /*padding: 24px 160px 0px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}


.fundTextInput {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #F7F7F8;
    width: 100%;
}

.fundTextInput:focus {
    outline: 1px solid #00818E;
}


.searchButton {
    display: flex;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    border-radius: 12px;
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
}

.searchButtonImg {

}

.fundsContainer {
    background-color: #F7F7F8;
    padding-bottom: 99px;
    min-height: calc(100vh - 500px);
}

.card {
    /* max-width: 356px; */
}
.fundsHeading .divider{
    display: none;
}
@media (max-width: 768px) {
    .fundsDivider{
        grid-template-columns: 150px 390px 150px;
        grid-gap: 19px;
    }
    .searchButton {
        padding: 15px;
    }

    .searchButtonText {
        display: none;
    }

    .formContainer {
        padding: 16px 5px 0px;
    }



    .fundTextInput {
        width: auto;
    }
    .dividerText{
        font-size: 12px;
    }



    .fundsSubHeader {
        font-size: 12px;
        line-height: 19.2px;
        max-width: 627px;
    }

    .fundsHeader {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.02em;
        margin-bottom: 16px;
    }

    .fundsDivider {
        padding-top: 38px;
    }
}


@media (max-width: 535px) {
    .fundsSubHeader {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px 5px;
    }

    .fundsHeader {
        text-align: center;
        padding: 0px 20px;
    }
}

@media (max-width: 428px) {
    .fundsDivider .divider_f {
        display: none;
    }
    .fundsDivider{
        grid-template-columns: 256px;
    }
    .fundsSubHeader {
        max-width: 327px;
    }

    .fundsHeading .divider {
        display: block;
        margin-top: 22px;
    }

    .fundForm {
        flex-direction: column;
        width: 100%;
    }

    .formContainer {
        padding: 24px 16px 0px;
    }

    .searchButtonText {
        display: block;
    }

    .searchButton {
        justify-content: center;
    }

    .fundsDivider {
        padding-top: 18px;
    }

    /*.fundsDivider .dividerText {*/
    /*    max-width: 256px;*/
    /*}*/

    /*.divider:last-child {*/
    /*  display: none;*/
    /*}*/
}
