.servicesHeader{
    background:url('../images/slider3b.png') no-repeat center 10px fixed;
    background-size:cover;
    min-height: 50px;
}

.carousel-inner{
    height:100px;
}

.servicesBody{
	margin: 165px 0 5px;
}

.container_two_column{
    list-style: none;
    padding-inline-start: 0;
}

.content-element{
	background-color: #FFF;
    border-radius: 15px;
    padding: 15px;
    min-height: 330px;
    margin-bottom: 90px;
}

.content-element li img{
    position: relative;
    top: -85px;
    border-radius: 15px;
}

.container_two_column .content-element 
.services_title_container{
    font-size: 30px;
    font-weight: bold;
    margin-top: -35px;
}

.container_two_column .content-element 
.services_title_container a{
    text-decoration: none;
    color: #00445c;
}

.container_two_column .content-element .desc{
    font-size: 14px;
    text-align: justify;
    margin: 0px;
    line-height: 24px;
    text-align-last: center;
}

.servicesBody .read_more{
	border-radius: 20px;
    background-color: #f1732a;
    padding: 8px 20px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    top: -100px;
    text-transform: uppercase;
}

@media (max-width:767px){
    .servicesHeader .servicesPhoto h1{
        font-size: 12px;
        line-height: 30px;
        top: 160px;
    }

    .container_two_column .content-element .desc{
        margin: 0 0 20px;
    }

    .container_two_column .ankor{
        margin-bottom: 30px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .servicesHeader .servicesPhoto h1{
        font-size: 22px;
    }

    .container_two_column .content-element .services_title_container{
        margin-top: -50px;
    }
}