.about-two__info__content-top {
    margin: 0 0 15px !important;
}
.about-two__info__icon {
    margin-bottom: 50px;
}
.txt-white{
    color: white;
}
.txt-white-title{
    font-family: var(--solox-heading-font, "Cormorant", serif);
    font-size: 28px;
}
.duracion{
    margin-top:35px;
}
.duracion-costos{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin-top:15px; 
    
}

.seccion{
    flex: 1 1 33.33%; /* Default: each takes 1/3 of the row */
    box-sizing: border-box;
    text-align: left;
    margin: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.membership-two-card__price{
    margin: 0 !important;
}
.aditional-services-desktop{
    display: none;
}
.aditional-services-movil{
    display: block;
}
.txt-current{
    color: #d8a339;
}
.whats-icon{
    width: 25px;
    padding: 3px;
}
@media (min-width: 1200px) {
    .membership-two-card__price_two {
        margin-top: 0 !important;
        margin-left: auto !important;
    }
    .aditional-services-desktop{
        display: block;
    }
    .aditional-services-movil{
        display: none;
    }
}


@media (min-width: 992px) {
    .membership-two-card {
      display: flex;
      flex-wrap: inherit;
      align-items: center;
      height: 100%;
    }
  }

@media (max-width: 992px) {
    .seccion {
      flex: 1 1 100%; /* Each takes the full width of the row */
    }
    
  }
