.three-col-img.rounded-2xl{border-radius:12px;}
.three-col-img{display:block;overflow:hidden;}
.three-col-img img{transition:.9s;}
.three-col-img:hover img{scale:1.06;}
.three-columns .container__title{font-weight:700;}
.three-coll-title{font-family:var(--font-supreme-ll);color:#181818;font-weight:400;line-height:28px;margin-bottom:16px;}
.three-coll-text{color:#181818;margin-bottom:20px;}
@media(min-width:768px){
  .three-columns .container__title{font-size:18px;}
  .three-coll-title{line-height:28px;}
  .three-coll-text{font-size:14px;line-height:22px;}
  .three-columns .container__header{margin-bottom:16px;}
  .three-column-cont{padding-top:24px;}
}
@media(max-width:767px){
  .three-columns .container__title{font-size:14px;line-height:1;}
  .three-coll-title{line-height:18px;}
  .three-coll-text{font-size:12px;line-height:20px;}
}