#s-1041 h2 {
    font-weight: 700;
    line-height: 1.3;
    color: #307fad;
    font-size: 48px;
    margin-bottom: 20px;
}

#s-1041 a {
    color: #307fad;
}
#s-1041 a:hover {
    color: #ec324c;
}

#s-1041 p {
    color: #666;
    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 30px;
    position: relative
}

#s-1041 img {
    -o-object-fit: cover;
    -webkit-box-shadow: rgba(0, 0, 0, .18) 2px 5px 10px;
    background-color: #f7f7f7;
    border-radius: 7px;
    border: 1px solid #dfdfdf;
    box-shadow: rgba(0, 0, 0, .18) 2px 5px 10px;
    display: inline-block;
    padding: 8px;
    position: relative !important;
    width: 100%
}



#s-1041 ul>li {
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #666;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 5px;
    transition: all .3s ease;
}

#s-1041 ul>li i {
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    float: left;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 8px;
    transition: all .3s ease;
    color: #3bde4f;
}

#s-1041 .thumb {
    border-color: transparent;
    border-radius: 10px
}

#s-1041 .heading {
    position: relative;
    z-index: 5
}

@media (max-width: 587px) {
    #s-1041 .col-xs-12 + .col-xs-12 {
        margin-top: 20px
    }

    #s-1041 .thumb {
        -webkit-box-shadow: none;
        border-radius: 10px;
        box-shadow: none;
        margin-top: 30px;
        padding: 0 15px
    }

    #s-1041 h2 {
        font-size: 30px;
        margin-top: 10px !important;
        padding: 0 10px;
        text-align: center
    }

    #s-1041 p {
        font-size: 14px;
        margin-bottom: 15px;
        padding: 0 15px;
        text-align: justify
    }

    #s-1041 ul {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    #s-1041 .col-lg-offset-1 {
        margin-right: 5.33333%
    }
}

@media (min-width: 800px) and (max-width: 1190px) {
    #s-1041 .col-md-offset-1 {
        margin-right: 5.33333%
    }
}