.expertise-slider {
    /*margin: 20px auto;*/
}

.expertise-slider {
   /* margin: 0;*/
    /*color:#ffffff;*/
}

.expertise-slider img {
    /* max-width: 100%; Asegúrate de que las imágenes se ajusten al contenedor */
    /* height: auto; Mantener la proporción de las imágenes */
}

.img-responsive {
    max-width: 52px!important;
    width: 52px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px; /* Altura del divisor */
}

.line {
    flex-grow: 1;
    height: 6px;
    background-color: white;
    position: relative;
}

.circle {
    width: 25px; /* Diámetro del círculo */
    height: 25px;
    background-color: #ca8b59; /* Fondo transparente */
    border: 6px solid white; /* Borde blanco */
    border-radius: 50%; /* Para hacer un círculo */
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* Centrar el círculo */
}