.acc {
  margin: 0 auto;
 
}

.acc__card {
 
  position: relative;
}

.acc__title {
  color: #000000;
    cursor: pointer;
    display: block;
    padding: 13px 20px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #F9B929;
    
  
    line-height: 1;
    padding-right: 10%;
        display: flex;
    justify-content: space-between;
}
.acc__title .titulo {
    flex: 0 0 100%;
    font-family: "Playfair Display", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #00365E;
    line-height: 32px;
    max-width: 90%;
    min-height: 65px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    
}
.acc__title .subtitulo {
    flex: 0 0 43%;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    color:#00365E;
    line-height:32px;
    
}
.acc__title::after {
 width: 50px;
    height: 91px;
    position: absolute;
    right: 0;
    content: " ";
    background: url(http://bcn021.com/wp-content/uploads/2022/09/mas.svg);
    transition: all 0.2s ease-in-out;
    background-size: 50px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.acc__panel {
      background: #fff;
    color: #00365E;
    display: none;
    margin: 0;
    padding: 30px 22px 30px 22px;
    text-align: left;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
    
}

.caso {
    display: flex;
    justify-content: space-between;
}

.casodeexito {
    flex: 0 0 48%;
}

.casodeexito h3 {
   margin: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: none;
    line-height: 24px;
    font-size: 18px;
    color: #00365E;
    
}
.casodeexito h3 strong{
color: #62B4BE;
}

.texto b, .texto strong{
font-weight:600;
}

@media(max-width:767px){
.acc__title {
    flex-direction: column;
    padding: 13px 0;
    padding-right: 30px;
}

.acc__title .titulo {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #00365E;
    line-height: 30px;
    max-width: 350px;
    padding-right: 25px;
}

.acc__title .subtitulo {
    flex: 0 0 43%;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #00365E;
    line-height: 26px;
    margin-top: 10px;
}

.acc__title::after {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    content: " ";
    background: url(http://bcn021.com/wp-content/uploads/2022/09/mas.svg);
    transition: all 0.2s ease-in-out;
    background-size: 35px;
    top: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.caso {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.casodeexito {
    flex: 0 0 48%;
    margin-bottom: 40px;
}




}