h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.module-duration-price-section{
    margin-bottom: 40px;
}

.module-duration-price-section p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.module-duration-price-section h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {

    .module-duration-price-section h2 {
        font-size: 28px;
    }

}

@media only screen and (max-width: 767px) {

    .module-duration-price-section h2 {
        font-size: 26px;
    }

    .module-duration-price-section{
        margin-bottom: 40px;
    }

}