

/* Your custom css codes start from here: */

.owl-custom .owl-carousel-12.owl-carousel.owl-theme.owl-loaded .owl-controls {
	margin-top: 30px !important;
}

.team img {
    width: 100%;
    border-radius: 38px;
}

.about-p {
    padding: 40px 110px;
    line-height: 30px;
}
.about-p > a{
    margin-top:20px;
}
@media (max-width:768px){
    .about-p{
        padding:0px;
        line-height:22px;
    }
}
        
 