/* STYLES FOR MAIN INTRO */
.tlic {
    max-width: unset !important;
    margin: 0 !important;
    padding: 47px 13.6% 93px 13.6%;
    position: relative;
}
.tlicContent {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-top: 1rem;
}
.tlicContent > div{
    min-width: 400px;
}
.tlicContent ul{
    padding-left: 0;
    color: #fff !important;
    list-style: none;
    line-height: 25px;
    margin-top: 0.5rem;
    text-align: center;
}
.tlic > h4{
    /* font-family: 'Gotham A', 'Gotham B' !important; */
    text-align: center;
}
.tlic > h5{
    text-align: center;
}
  @media only screen and (max-width: 1200px) { 
    .tlic {
      padding: 51px 15px 47px 15px;
    }
    .tlicContent{
        flex-direction: column;
    }
    .tlicContent .tlic-list-left{
        width: 100%;
        text-align: center;
    }
    .tlicContent .tlic-list-right{
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
        margin-top: 1rem;
    }
  }
  @media only screen and (max-width: 600px) { 
        .tlicContent .tlic-list-left, .tlicContent .tlic-list-right{
            min-width: 100%;
        }
    }