.section-text-media{border-radius:0 0 15px 15px;}
.tm-main{border-radius:15px;padding:10px;}
.tm-mediainr{position:relative;padding-bottom:85.715%;}
.tm-mediainr img{border-radius:8px;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;object-fit:cover;}
.tm-mediatext{position:absolute;bottom:10px;right:10px;color:var(--glacier);}
.tm-contentinr h2{margin-bottom:20px;}
@media(min-width:992px){
  .tm-contentinr{display:flex;flex-wrap:wrap;align-content:space-between;height:100%;padding:40px 0 40px 40px;}
  .tm-contentinr h2{width:100%;}
  .tm-mediatext{bottom:15px;right:20px;}
  .tm-mediainr{padding-bottom:87.88%;}
}
@media screen and (min-width:992px) and (max-width:1199px){
  .tm-contentinr h2{font-size:45px;}
}
@media(max-width:991px){
  .tm-main{row-gap:20px;}
  .tm-content{order:2;}
}