<style>
.services-section {
    position: relative;
    padding: 100px 0px 70px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.services-section .lower-section {
    position: relative;
    padding-top: 90px;
}
.services-section .image-column {
    position: relative;
    margin-bottom: 30px;
}
.services-section .image-column .inner-column {
    position: relative;
}
.services-section .image-column .color-layer {
    position: absolute;
    left: -15px;
    bottom: -15px;
    right: 60px;
    height: 100%;
    
}

.services-section .image-column .border-layer {
    position: absolute;
    left: 30px;
    bottom: 40px;
    right: 0px;
    top: -25px;
    z-index: 1;
    
    background-size: cover;
}
.services-section .image-column .about13-image {
    position: relative;
}
.services-section .image-column .about13-image img {
    position: relative;
    width: 100%;
    display: block;
}
.about13-image img {
    max-width: 100%;
    height: auto;
}
.services-section .content-column {
    position: relative;
    margin-bottom: 30px;
}
.services-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}
.services-section .content-column .sec-title {
    margin-bottom: 15px;
}
.sec-title {
    position: relative;
}
.sec-title .about13-title {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(223,3,3);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
}
.about13 h2 {
     line-height: 1.2em;
    font-size: 42px;
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: rgb(1,1,1);
    font-family: 'Poppins', sans-serif;
    text-align: left;
    text-transform: none;
}
.services-section .content-column .bold-text {
    position: relative;
    font-weight: 500;
    line-height: 1.7em;
    color: rgb(37,37,37);
    font-size: 18px;
    margin-bottom: 20px;
}
.services-section .content-column .about13-text {
    margin-bottom: 30px;
}

.about13-text, p {
    position: relative;
    line-height: 1.8em;
    font-size: 15px;
    color: rgb(37,37,37) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: rgb(1,1,1);
    font-family: 'Poppins', sans-serif;
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
@media only screen and (max-width: 479px){
.about13 h2{
    font-size: 28px;
}
.services-section .lower-section {
    position: relative;
    padding-top: 60px;
}
.services-section .image-column .border-layer {
    display: none;
}
.services-section .content-column {
    order: 1;
    margin-bottom: 70px;
}
.services-section .image-column {
    order: 2;
}
.services-section .content-column .inner-column {
    padding-left: 0px;
}
}




</style>