.custom-section{
    padding-top: 6vw;
    display: block;
}
.custom-section h2, .custom-section h5 {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0 25px;
}
.custom-section p {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}
.custom-section li {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
}
.custom-section a{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .custom-section h2, .custom-section h5 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .custom-section p {
        font-size: 14px;
    }
    .custom-section li {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .custom-section a{
        font-size: 14px;
        word-break: break-word;
    }
    ol, ul {
        padding-left: 1rem;
    }
}
@media (max-width: 320px) {
    
}