.about-module {
    padding-top: 30px;
    margin-bottom: 0;
}

.about-module:after {
    display: none;
}

.about-module ul,
.about-module ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-module ul li,
.about-module ol li{
    margin-bottom: 5px;
}

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

.about-module-content p {

}

@media screen and (min-width: 992px){
    .about-module {
        padding-top: 45px;
        margin-bottom: 0;
    }

    .about-module-content {
        margin-bottom: 30px;
    }

    .about-module-btn {
        text-align: right;
    }
}