.btn-decor a{
  padding-right: 20px;
  position: relative;
}
.btn-decor a::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: '';
  display: block;
  right: 20px;
  top: 22px;
  background-image: url('https://static.tildacdn.info/tild3031-3963-4239-a466-373937323931/Arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-decor2 a{
  padding-right: 15px;
  position: relative;
}
.btn-decor2 a::after {
  width: 12px;
  height: 24px;
  position: absolute;
  content: '';
  display: block;
  right: 0;
  top: 0;
  background-image: url('https://static.tildacdn.info/tild3831-6535-4466-a532-663731336431/Arrow_2.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.t-slds__item.t-slds__item-loaded.t-slds__item_active {
  border-radius: 33px !important;
  overflow: hidden;
}

.t-feed__button-readmore .t-feed__button-container span {
  position: relative;    
  margin-left: -30px;
  margin-top: 48px;
  font-weight: 600;
  font-size: 22px;
  line-height: 129%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #2381cc;
}

.t-feed__button-container span::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 275px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 222;
}


.t-col_8 {
  max-width: 1200px;
}


    .slider-reviews {
      width: 1160px;
      padding-bottom: 25px;
        overflow: hidden;

    }
    
.t-input-block_rd-flex .t-radio__control:first-child, .t-input-block_rd-flex .t-radio__control, .t-input-block_rd-flex .t-radio__control:last-child {
  margin: 0 20px 10px 0;
}    

.t-col {
  padding-left: 12px;
  padding-right: 12px;

}

.t-radio__indicator {
  height: 30px;
  width: 30px;
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: .8;
}

.header-link {
  color: #231f20;
  transition: color 0.3s ease-in-out;
}
.header-link:hover {
  color: #4fbf64;
}

.t-col {
  padding-left: 0px;
  padding-right: 0px;
}

.t-feed__col-grid__post-wrapper {
  padding: 25px;
  border: 1px solid #000;
}

.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
  overflow: hidden;
  border-radius: 50px 50px 50px 50px !important;
}

@media (max-width: 440px) {
  .t-col {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .t-feed__col-grid__post-wrapper {
  padding: 15px;
  }
}
    
