html {
  scroll-behavior: smooth;
}
.title-section-TN{
    max-width: 60%;
    justify-self: center;
}
.title-TN{
      position: relative;
  font-size: 3rem;
  color: #128572;
  font-weight: 800;
  z-index: 99;
  font-family: 'ClashDisplay-SemiBold';
}
.title-section {
  padding-top: 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.title {
  position: relative;
  font-size: 4rem;
  color: #128572;
  font-weight: 800;
  z-index: 99;
  font-family: 'ClashDisplay-SemiBold';
}
.image-wrapper-TN{
    text-align: center;
}
.image-wrapper-TN img{
    max-width: 40%;
    justify-self: center;
}

.content-wrapper-TN{
    justify-self: center;
    max-width: 60%;
}
.content-wrapper-TN h3{
    color: #128572;
    font-family: 'ClashDisplay-SemiBold';
    letter-spacing: 2px;
}
.content-wrapper-TN p{
        font-family: 'Nunito-Regular';
}
.content-wrapper-TN ul li{
        font-family: 'Nunito-Regular';
}
.content-wrapper-TN .content-line{
    height: 2px;
    background-color: #128572;
    min-width: 60%;
    border-radius: 50%;
}
.back-to-TN{
    margin-top: 50px;
    justify-self: center;
    font-family: 'ClashDisplay-SemiBold';
}
.back-to-TN a{
    color: #12907c;
    letter-spacing: 2px;
}
.back-to-TN a:hover{
    color: #128572;
}
@media (max-width:802px){
    .image-wrapper-TN img{
    max-width: 90%;
}
.title-section-TN{
    max-width: 95%;
}
}