.tyc-container{
  width: 100%;
  position: relative;
  background-color: #f1f1f3;
}

.tyc-content{
  width: 95%;
    text-align: justify;
    position: relative;
    box-sizing: border-box;
    padding: 5%;
    margin: 0 auto;
}


.tyc-title{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tyc-title h1{
    text-align: left;
    font-family: 'D-DINCondensed';
    font-size: 60px;
    letter-spacing: 0px;
    color: #2B3B55;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: lighter;
}

.tyc-title  p{
font-family:'Acumin';
font-size: 20px;
letter-spacing:0px;
color:#2B3B55;
text-align: justify;
line-height: 110%;
}

@media screen and (max-width: 900px) {
    .tyc-content {
        padding: 15% 5%;
    }
    .tyc-content p {
        font-size: 14px;
    }
    .tyc-title h1{
    font-size: 30px;
    }
    .tyc-content .separator-line {
        margin: 5% auto;
    }
    
    }
}