.uc-d-none {
   display: none;
}
img.uc-st-img {
   float: right;
   border-radius: 0;
   width: 430px;
   height: 260px;
   margin: 50px 0 50px 50px;
}
img.uc-st-img.w-auto {
   width: auto;
   max-width: 100%;
}
img.uc-st-img.mt-0 {
   margin-top: 0;
}
@media screen and (max-width: 960px) {
   img.uc-st-img {
       float: right;
       width: 100%;
       margin: 0 0 25px 0;
   }
}
.uc-text-b {
   color: #333333;
   font-size: 16px;
   font-family: 'Inter', Arial, sans-serif;
   line-height: 1.6;
   font-weight: 300;
   counter-reset: myCounter; /* Инициализация счетчика */
}
.uc-text-b p + * {
   margin-top: 20px;
}
.uc-text-b h2 {
   font-size: 36px;
   font-family: 'Inter', Arial, sans-serif;
   font-weight: 600;
   line-height: 1.4;
   margin: 40px 0 20px;
   color: #04102c;
}
.uc-text-b h3 {
   font-size: 24px;
   font-family: 'Inter', Arial, sans-serif;
   font-weight: 700;
   margin: 30px 0 10px;
   color: #04102c;
}

@media (max-width: 960px) {
   .uc-text-b .t-col {
       max-width: 375px;
       margin: 0 auto;
   }
   .uc-text-b h2 {
   font-size: 24px;
   }
   .uc-text-b h3 {
   font-size: 20px;
   }
}
