.section {
    padding-top: 30px;
     padding-bottom: 30px; 
 }
 .section-about {
      padding-top: 40px;
     padding-bottom: 40px; 
    
 }
 .section-about h5 {
     letter-spacing: 7px;
 }
 .section-about h2 {
     font-weight: 900;
     font-size: 36px;
     margin-bottom: 15px;
     color: #054d8e;
 }
 .section-about p {
     font-size: 17px;
     margin-bottom: 30px;
 }
 .section-about .btn {
     margin-bottom: 5px;
     padding-left: 40px;
     padding-right: 40px;
 }


.wrapper-carosel{
    display: flex; 
    max-width: 1850px;
    height: 550px;
    background-color: #ffffff;
    align-items: center;
    margin: auto auto;
   
    
   
}

.owl-carousel .item .card img{

height: 200px;
object-fit: cover;
border: 1px solid rgb(92, 91, 91);
border-radius: 5px;


}  
.owl-carousel .item .card{
position: relative;
border: #d7d7d7 1px solid; 
background-color: #e9e9e9;
padding:20px;
border-radius: 5px;




} 
.owl-carousel .item .card .card-title{
margin-top: 10px;
margin-top: 10px;
color: rgb(5, 5, 98);
font-size: 20px;
text-align: center;
} 

.owl-carousel .item .card .card-text{
margin-top: 10px;
margin-bottom: 10px;
color: rgb(0, 0, 0);
font-size: 15px;
text-align: center;
text-align: justify;
} 

.owl-carousel .item .card .btn{
color: rgb(255, 255, 255);
background-color: #006FC0;
font-size: 15px;
text-align: center;
border-radius: 5px;
position: absolute;
margin: 0;
bottom:5px;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

} 

.owl-carousel .item .card .btn:hover{
color: rgb(255, 255, 255);
background-color: #85cafb;

} 