.content-widget-sobre-cm:before {
  content: " ";
  position: absolute;
  height: 60px;
  width: 100% !important;
  max-width: 100%;
  background: #fff;
  top: -50px;
  /*margin: 0px 16px;*/
}

.content-sobre-cm .content-sobre-cm {
  height: 310px;
}

.content-sobre-cm .content-titulo-sobre-cm h2{
  color: #333333;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
}
.content-sobre-cm .content-description-sobre-cm {
  padding-left: 15px;
}
.content-sobre-cm .content-titulo-sobre-cm h2:before{
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  background: #333333;
  top: -3px;
}
.content-sobre-cm .content-enlace-sobre-cm {
  bottom: 0 !important;
  position: absolute;
  margin: 0 0 15px 15px;
  
}

.content-sobre-cm .content-enlace-sobre-cm a{
  color: #333333;
  font-weight: bold;
}

@media (max-width: 992px) {
  .content-sobre-cm .content-enlace-sobre-cm {
    position: relative;
    margin: 20px 15px 30px 15px;
  }

  .content-widget-sobre-cm .content-img-sc img{
    width: 100%;
    padding: 15px;
  }

}