.flip-card{
    margin-bottom: 60px;
}

.row-servicios{
    margin-bottom: 30px;
}

.servicio-image{
    width: 100%;
    border-radius: 15px 0 0 15px;
}

.bcg-section-servicios{
    margin-top:80px;
}

.header-bg-servicios{
    border-radius: 30px;
    padding:120px 120px;
    background: url('../images/servicios/servicios-header-bg.jpg') no-repeat;
    background-size: cover;
    background-position: top;
    max-height: 510px;

}

.with-blur-backdrop {

    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 20px 30px;
    border-radius: 10px;
  }

  .servicios-detalle-seccion{
    margin-top: 80px;
  }

  .servicio-detalle-caracteristica{
    background: #FF0000;
    padding: 10px;
    
  }

  .servicio-detalle-caracteristica-icon{
    background-color: rgb(230,230,235);
    width: 65px;
    height: 65px;
    line-height: 32px;
    text-align: center !important;
    font-size: 20px;
    border-radius: 10px;
    padding:15px;
  }

  .servicio-detalle-caracteristica-titulo{
    padding-top:10px;
    padding-bottom: 10px;
    font-weight: 600 !important;
    text-align: center !important;
  }

  .servicio-modalidad-elemento{
    margin-bottom: 10px;
  }
  .servicio-modalidad-elemento-icono{
    background-color: rgb(230,230,235);
    width: 65px;
    height: 65px;
    line-height: 32px;
    text-align: center !important;
    font-size: 20px;
    border-radius: 10px;
    padding:15px;
  }



@media (max-width: 660px) {
    .flip-card{
        margin-bottom: 15px;
    }

    .bcg-section-servicios{
        margin-top:30px !important;
    }

    .header-bg-servicios{
        border-radius: 30px;
        padding:20px 20px;
        background: url('../images/servicios/servicios-header-bg.jpg') no-repeat;
        background-size: cover;
        background-position: top;
        max-height: 510px;
    
    }
}