/*CSS Layout view carrete testimonios*/
.views-element-container.form-group{
    margin-bottom: 0;
}
          .vw-tt-box-image{
            width: 512px;
            height: 504px;
          }
              .vw-tt-box-image img{
                width: 100%;
                height: 100%;
                object-fit: cover;
              }
          .vw-tt-box-content{
            width: 82%;
            position: relative;
            padding: 27px 39px 27px 27px;
            margin-top: -117px;
            margin-left: calc(18% + 1px);
            margin-bottom: 0;
          }
            .vw-tt-box-content-body{
                margin-bottom: 12px;
            }  
            .vw-tt-box-content-title{
                margin-bottom: 12px;
                display: block;
            }
@media (max-width:768px) {
        .vw-tt-box-image{
            width: 275px;
            height: 380px;
          }
          .vw-tt-box-content{
            width: 94%;
            padding: 27px 15px 27px 27px;
            margin-top: -30px;
            margin-left: calc(6% + 1px);
          }
}
