.fees-container {
    margin-top: 100px;
    position: relative;
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
}

.fees-content h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.2px;
    color: #000000;
    margin-top: 180px;
    margin-bottom: 36px;
}

.fees-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #373B48;
    margin-bottom: 120px;
}

.step h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #373B48;
    margin-top: 60px;
}

.step p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #373B48;
    margin: 0;
}

footer {
    margin-top: 100px;
}

@media all and (max-width: 992px) {
    .fees-container {
        max-width: 650px;
        margin-top: 50px;
    }

    .fees-content h1 {
        margin-top: 0;
    }
}

@media all and (max-width: 600px) {
    .fees-container {
        padding: 0 24px;
        margin-top: 0;
    }

    .fees-content h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .fees-content p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 60px;
    }

    .step h1 {
        font-size: 16px;
        line-height: 25px;
    }

    .step p {
        font-size: 14px;
        line-height: 21px;
    }
}
