.main__page__content {
  padding: 154px 0 0;
}
.main__page__content .tm_article_banner {
  position: relative;
  width: 100%;
  padding-top: 32%;
  overflow: hidden;
}
.main__page__content .tm_article_banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .main__page__content {
    padding: 113px 0 40px;
  }
}
@media (max-width: 991px) {
  .main__page__content {
    padding: 82px 0 0;
  }
}
@media (max-width: 480px) {
  .main__page__content {
    padding: 73px 0 0;
  }
}
.tm__blog-single {
  padding: 70px 0 0;
  padding-left: 190px;
}
.tm__blog-single .tm__blog-details {
  margin-bottom: 50px;
}
.tm__blog-single .tm__blog-details .tm__title h1 {
  color: #111111;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.tm__blog-single .tm__blog-details .tm__head-details {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.tm__blog-single .tm__blog-details .tm__head-details .tm__blog-date {
  font-size: 14px;
}
.tm__blog-single .tm__blog-details .tm__head-details .tm__hr {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 600;
}
.tm__blog-single .tm__blog-details .tm__location {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.tm__blog-single .tm__blog-main-img {
  position: relative;
  width: 100%;
  padding-top: 40%;
  overflow: hidden;
  border-radius: 70px;
}
.tm__blog-single .tm__blog-main-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tm__blog-single .tm__blog-full, .tm__blog-single .tm__blog-half, .tm__blog-single .tm__blog-third {
  margin-bottom: 40px;
}
.tm__blog-single .tm_left_content .row, .tm__blog-single .tm_right_content .row {
  align-items: center;
}
.tm__blog-single .tm__blog-content {
  margin-bottom: 30px;
}
.tm__blog-single .tm__blog-content p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #231f20;
}
.tm__blog-single .tm__blog-content p:last-child {
  margin-bottom: 0;
}
.tm__blog-single .tm__blog-content h6,.tm__blog-single .tm__blog-content h2 {
  color: #0076E0;
  font-size: 22px;
  margin-bottom: 20px;
}
.tm__blog-single .tm__blog-content ol li, .tm__blog-single .tm__blog-content ul li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.tm__blog-single .tm__blog-img--inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tm__blog-single .tm__blog-img--inner .tm__blog-img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  flex: 1;
}
.tm__blog-single .tm__blog-img--inner .tm__blog-img img {
  width: 100%;
  height: auto;
  border-radius: 70px;
}
.tm__blog-single .tm__blog-img--inner .tm__blog-credit {
  font-size: 12px;
  margin-left: 5px;
  writing-mode: vertical-lr;
}
.tm__blog-single .tm__blog-img {
  position: relative;
  display: inline-block;
}
.tm__blog-single .tm__blog-img img {
  /* position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 500px;
  border-radius: 70px; */
}
.tm__blog-single .tm__blog-img-caption {
  margin-top: 10px;
  font-style: italic;
  font-weight: 500;
}
.tm__blog-single .tm_quot {
  max-width: 70%;
  margin: 40px auto;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-size: 22px;
  position: relative;
}
.tm__blog-single .tm_quot svg {
  width: 25px;
  position: absolute;
  left: -35px;
  top: -25px;
}
.tm__blog-single .tm_quot svg path {
  fill: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
  .tm__blog-single {
    padding-left: 0;
  }
  .tm__blog-single .tm__blog-details {
    margin-bottom: 30px;
  }
  .tm__blog-single .tm__blog-details .tm__title h1 {
    font-size: 26px;
  }
  .tm__blog-single .tm__blog-details .tm__head-details {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .tm__blog-single .tm__blog-content {
    margin-bottom: 20px;
  }
  .tm__blog-single .tm__blog-content h6 {
    font-size: 18px;
  }
  .tm__blog-single .tm__blog-main-img {
    border-radius: 50px;
  }
  .tm__blog-single .tm__blog-details .tm__title h1 {
    font-size: 22px;
  }
  .tm__blog-single .tm_quot {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .tm__blog-single .tm__blog-details .tm__title h1 {
    font-size: 20px;
  }
  .tm__blog-single .tm__blog-full, .tm__blog-single .tm__blog-half, .tm__blog-single .tm__blog-third {
    margin-bottom: 30px;
  }
  .tm__blog-single .tm__blog-img--inner .tm__blog-img img {
    border-radius: 40px;
  }
  .tm__blog-single .tm__blog-img img {
    border-radius: 40px;
  }
  .tm__blog-single .tm__blog-content p, .tm__blog-single .tm__blog-content li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tm__blog-single .tm_quot {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .tm__blog-single .tm__blog-details .tm__title h1 {
    font-size: 18px;
  }
  .tm__blog-single .tm__blog-details .tm__head-details .tm__location, .tm__blog-single .tm__blog-details .tm__head-details .tm__blog-date {
    font-size: 12px;
  }
  .tm__blog-single .tm__blog-img--inner {
    display: block;
  }
  .tm__blog-single .tm__blog-img--inner .tm__blog-img {
    border-radius: 20px;
  }
  .tm__blog-single .tm__blog-img--inner .tm__blog-credit {
    writing-mode: inherit;
    margin-left: 0;
  }
  .tm__blog-single .tm__blog-img img {
    border-radius: 20px;
  }
  .tm__blog-single .tm__blog-main-img {
    padding-top: 56%;
  }
  .tm__blog-single .tm__blog-main-img img {
    border-radius: 20px;
  }
  .tm__blog-single .tm_quot {
    max-width: 70%;
    margin: 20px auto;
  }
}/*# sourceMappingURL=blog-single.css.map */