.bs-section.community-section-mediaWithButton-1 .bs-mediaText-wgt .li-description {
    padding-right: 17em;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(1) {
    margin-top: 170px;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(3) {
    margin-top: -260px;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(4) {
    margin-top: -80px;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(5) {
    margin-top: -180px;
}

.bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(6) {
    margin-top: -20px;
}

@media only screen and (max-width: 767px) {
   .bs-section.community-section-mediaWithButton-1 .bs-mediaText-wgt .li-description {
        padding-right: 0 !important;
    } 
    .bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(6),
    .bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(5),
    .bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(4),
    .bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(3),
    .bs-section.community-section-mediaWithTextList-1 .bs-mtList-wgt .li-item:nth-of-type(1) {
        margin-top: 0 !important;
    }

}