.Section{
    margin-bottom: 30px;
    padding-bottom: 0;
}
.ImgOnlyStyle{
    margin-bottom: 0;
}
.ImgOnlyStyle img{
    width: 100%;
    margin-bottom: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.samll{
    font-size:14px;
}
.borderImg{
    border:1px solid #eee;
}
.summary h3 {
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    font-size: 110%;
    color: #FFF;
    background: #D6333C;
}

.survey ul,
.effect ul {
    margin-left: 20px;
}

.effect ul li,
.survey ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.effect ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.survey ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #e60027;
    position: absolute;
    left: 0;
    top: 6px;
}


@media screen and (max-width: 994px){
    .survey ul,
    .effect ul {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .summary h3 {
        font-size: 90%;
    }
}