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

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

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

.module-content-section .module-content p{
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
}

.module-content-section .module-content h3,
.module-content-section .module-content h4,
.module-content-section .module-content h5,
.module-content-section .module-content h6{
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.module-content-section .module-content h3{
    font-size: 24px;
}

.module-content-section .module-content h4{
    font-size: 22px;
}

.module-content-section .module-content h5{
    font-size: 20px;
}

.module-content-section .module-content h6{
    font-size: 18px;
}

.module-content-section .module-content ul,
.module-content-section .module-content ul.red-dote{
    margin: 0 0 20px;
    padding: 0;
}

.module-content-section .module-content ul li,
.module-content-section .module-content ul.red-dote li{
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 60px;
    position: relative;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
}

.module-content-section .module-content ul li:last-child {
    margin-bottom: 0;
}

.module-content-section .module-content ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/wp-content/plugins/abb-seminar/images/list-right-icon.svg') no-repeat;
    background-size: 22% auto;
    width: 160px;
    height: 156px;
    transform: translate(-50px, 6px);
}

.module-content-section .module-content ul.red-dote li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 10px;
    background: #c7002b;
    width: 15px;
    height: 15px;
    border-radius: 4px;
}

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

    .module-content-section .module-content h2,
    .module-content-section h2{
        font-size: 28px;
    }

    .module-content-section .module-content h3{
        font-size: 22px;
    }
    
    .module-content-section .module-content h4{
        font-size: 20px;
    }
    
    .module-content-section .module-content h5{
        font-size: 18px;
    }
    
    .module-content-section .module-content h6{
        font-size: 16px;
    }

    .module-content-section .module-content ul li:before{
        background-size: 14% auto;
    }

}

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

    .module-content-section .module-content h2,
    .module-content-section h2{
        font-size: 28px;
    }

    .module-content-section .module-content h3{
        font-size: 22px;
    }
    
    .module-content-section .module-content h4{
        font-size: 20px;
    }
    
    .module-content-section .module-content h5{
        font-size: 18px;
    }
    
    .module-content-section .module-content h6{
        font-size: 16px;
    }

    .module-content-section .module-content ul li:before{
        background-size: 14% auto;
    }

}

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

    .module-content-section .module-content{
        margin-bottom: 20px;
    }

    .module-content-section .module-content h2,
    .module-content-section h2{
        font-size: 26px;
    }

    .module-content-section .module-content ul li,
    .module-content-section .module-content ul.red-dote li{
        margin-left: 30px;
    }

    .module-content-section .module-content ul li:before{
        background-size: 8% auto;
        transform: translate(-30px, 6px);
        width: 50%;
        height: 50%;
    }

    .module-content-section .module-content ul.red-dote li:before{
        content: '';
        position: absolute;
        top: 1px;
        left: 10px;
        background: #c7002b;
        width: 10px;
        height: 10px;
        border-radius: 4px;
    }

}