#sp-content{
    background-color: #fff;
    padding: 20px;
    min-height: 200px;
    margin: 20px 0px 30px 0px;
}

#sp-title{
    box-shadow: 5px 5px #acacac;
    border: 1px #acacac solid;
    height: auto;
    overflow: auto;
    padding: 5px;
    margin-bottom: 30px;
}

#sp-title h1, #sp-title img {
    display: inline-block;
    position: relative; 
    float: left;
}

@media all and (max-width: 767px) {
    #sp-title h1, #sp-title img {
        display: block;
        float: none;
    }
    
    #sp-title h1 {
        font-size: 5vw;
    }
    
    #sp-title img {
        width: 50% !important;
        margin: 0 auto;
    }
}

#sp-title h1 {
    width: 65%;
    padding: 20px 0px 10px 30px;
    color: #058222;
    /*border-bottom: 4px solid #000;*/
}

#sp-title h1 span{
    border-bottom: 4px solid #058222;
}

#sp-title img {
    width: 17%;
    height: 150px;
    box-shadow: 3px 3px 10px #acacac;
}

.sp-element{
    height: auto;
    overflow: auto;
    padding: 5px;
    margin-top: 30px;
    background-color: rgba(5, 130, 34, 0.9);
    position: relative;
}

.sp-element div img, .sp-element div i:not(.sp-elt-prt), .sp-element div p{
    display: inline-block;
    position: relative;
    float: left;
    color: #fff;
}

.sp-element h4{
    color: #fff;
}
.sp-element h5{
    color: #fff;
}

.sp-element div img{
    height: 90px;
    width: 95%;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media all and (min-width: 768px){
    .sp-element div i:not(.sp-elt-prt){
        height: 65px;
        width: 8%;
        margin-left: 10px;
        font-size: 40px;
        text-align: center;
        padding-top: 13px;
        border: 2px solid #fff;
    }
}

.sp-element div p {
    width: 80%;
    padding-left: 10px;
    margin-left: 30px;
    margin-bottom: 35px;
    line-height: 18px;
    font-style: italic;
    border-left: 2px #fff solid;
}

.sp-element a {
    width: 150px;
    height: 30px;
    display: block;
    background-color: #fff;
    color: #058222;
    text-align: center;
    padding-top: 2px;
    right: 5px;
    bottom: 5px;
    position: absolute;
    text-decoration: none;
}

.sp-element a:hover{
    text-decoration: none;
    color: #058222;
}

#tele-svc-title{
    color: #058222;
}

.ts-element {
    height: auto;
    overflow: auto;
    padding: 5px;
    margin-top: 30px;
    position: relative;
}

#art-content {
    background-color: #fff;
    padding: 20px;
    min-height: 200px;
    margin: 20px 0px 30px 0px;
}

#art-title {
    color: #058222;
}

.art-sec-title{
    color: #058222;
}

.tele-svc-btn {
    margin-bottom: 10px;
}