.doc__img_1{margin:20px 20px 20px 40px;}
    .svg-wrapper__1 svg {
        width: 100%;
        height: auto; /* адаптивная высота */
        display: block;
    }

    /* 70% ширины на десктопе */
    @media (min-width: 992px) {
        .svg-container {
            max-width: 70%;
        }
    }
    
.img-fluid-60 {
    width: 100% !important;
    height: auto !important;
    display: block;
 
}

/* Десктоп — 60% */
@media (min-width: 992px) {
    .img-fluid-60 {
        width: 60% !important;
    }
}

@media screen and (max-width:992px) {
 .wrapper__block-s-h1,
 .wrapper__block-s-h2 {
  font-size:32px
 }
  .tsl-card__img-wrap {
 margin-top:56px;
 margin-bottom:56px;
}
 }
 
@media screen and (max-width:768px) {
 .wrapper__block-s-h1,
 .wrapper__block-s-h2 {
  font-size:28px
 }
  .tsl-card__img-wrap {

 margin-top:42px;
 margin-bottom:42px;
}
 }
  @media screen and (max-width:576px) {
 .wrapper__block-s-h1,
 .wrapper__block-s-h2 {
  font-size:26px
 }
  .tsl-card__img-wrap {
 max-width:96%;
 margin-top:24px;
 margin-bottom:24px;
 text-align:center
}
.w-breadcrumb-item {
 margin-top:36px;
}
 }