.bg-white{
  background: #fff;
  margin-top: 120px;
}
.bg-white.rounded{
  border-radius:15px;
  padding-bottom: 12px;
}
.audio-blocks img{
  margin-top: -85px;
  height: 200px;
  /*     object-fit: contain; */
}
.audio-box-title{
  font-family: rionasans-m;
}
.audio-blocks p{
  font-family: rionasans-l;
}
.audio-blocks:last-child .border_right::after{
  content: none;
}
.rounded .col-md-4{
  padding:0 60px;
}
.border_right{
  padding:0;
}
.audio-blocks:nth-child(2) div{
  position: relative;
}
.audio-blocks:nth-child(2) div: after{
  content: "";
  position: absolute;
  right: -60px;
  background-color: #ccc;
  top: 0;
  width: 1px;
  height: 100%;
}
.audio-blocks:nth-child(2) div: before{
  content: "";
  position: absolute;
  left: -60px;
  background-color: #ccc;
  top: 0;
  width: 1px;
  height: 100%;
}
.bg-white.rounded .audio-blocks:last-child img {
  margin-top: 0;
}
@media (max-width: 767px){
  .audio-blocks:nth-child(2) div: before, .audio-blocks:nth-child(2) div: after{
    content:'';
    height:0;
    width:0;
    border:0
  }
  .container-fluid .row-fluid .rounded .col-md-4 {
    padding: 0 20px !important;
  }
  .audio-blocks img{
    margin-top: 0;
    height: auto;
    /*         max-width: 200px; */
  }
  .container-fluid .row-fluid .audio-pg-bocks .bg-white.rounded{
    padding: 30px 0 !important;
    margin-top:0px;
  }

}