.focusing{
  .col-main{
    .col-image{
      width: 100%;
      height: 215px;
      margin: 0 auto;
      img{
        max-width: 100%;
        max-height: 100%;
        @include object-fit(contain);
      }
    }
    .col-heading{
      margin-top: 30px;
      font-size: 18px;
      line-height: 26px;
      @extend .f-semibold;
      margin-bottom: 0;
    }
  }
}