
/* management-section */

.management-section {
    padding: 100px 0;
}

.management-section .row h1 {
    font-size: 50px;
    color: #9e8562;
}

.management-section .row h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    color: #9e8562;
    margin-bottom: 20px;
}

.management-section .row h3 {
    color: #9e8562;
    font-size: 26px;
    font-weight: 600;
    line-height: 22px;
}

.management-section .row h5 {
    color: #9e8562;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
}

.management-section .row ul li,
.management-section .row p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

.signup-btn{
    max-width: 133px;
    width: 100%;
    height: 38px;
    background-color: #e3b604;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
    text-decoration: none;
}
.signup-btn:hover{
    background-color: #b59103;
}
@media (max-width:767.98px) {
    .management-section {
        padding: 20px 0;
    }

    .management-section .row h1 {
        font-size: 34px;
        color: #9e8562;
    }

    .management-section .row h2 {
        font-size: 26px;
        line-height: normal;
        text-align: center;
    }

    .management-section .row ul li{
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }
    .management-section .row p {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }

    .management-section .row h3 {
        font-size: 24px !important;
        text-align: center;
        font-weight: 400 !important;
    }

    .management-section .row h5 {
        font-size: 18px;
    }
}
