.owl-carousel-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.owl-carousel-servicios .carousel-item {
    background: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 0;
}

.owl-carousel-servicios .carousel-title {
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-align: left;
    font-family: 'Roboto' !important;
    display: block;
    width: 100%;
}


.owl-carousel-servicios .carousel-text {
	color: #e4e4e4;
 font-family: 'Roboto' !important;
  font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-align: left;
    width: 100%;
    display: block;
}

.owl-carousel-servicios  .owl-nav{
    position: absolute;
    top: -40px;
    right: 0;
}


@media (max-width: 769px){

    .owl-carousel-servicios  .owl-nav{
        right: 40px;
    }
    
    .owl-carousel-servicios .carousel-item{
        margin: 0 auto;
        padding: 20px;
        justify-content: center;
    }


 

  

}