/* STYLES FOR MAIN INTRO */
.tcic {
    max-width: unset !important;
    margin: 0 !important;
    padding: 93px 13.6% 47px 13.6%;
    position: relative;
}
.tcicBkg {
	background: repeating-linear-gradient(  45deg,  rgba(0,0,0,0.2),  rgba(0,0,0,0.2) 10px,  rgba(100,100,100,0.3) 10px,  rgba(100,100,100,0.3) 20px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	margin: 0 !important;
	max-width: unset !important;
}
.tcicBkg:after {
	background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	content: "";
}
.tcicContent {
    position: relative;
    text-align: center;
    display: flex;
}
.tcicContent .tcic-col-left{
    width: 50%;
    text-align: left;
}
.tcicContent .tcic-col-left h3{
    /* font-family: 'Gotham A', 'Gotham B' !important; */
    margin-bottom: 0.5rem;
}
.tcicContent .tcic-col-left h5{
    margin-bottom: 1rem;
}
.tcicContent .tcic-col-left p{
    color: #fff;
}
.tcicContent .tcic-col-right{
    width: 50%;
    padding-left: 2.5%;
}
.tcic h2 {
    margin: 0 auto 25px auto !important;
    padding-bottom: 24px !important;
    position: relative;
    text-align: center;
    max-width: unset !important;
  }
  .tcic h2::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 256px;
      height: 2px;
      background: #FFF;
  }
  @media only screen and (max-width: 1200px) { 
    .tcic {
      padding: 51px 15px 47px 15px;
    }
    .tcicContent{
        flex-direction: column-reverse;
    }
    .tcicContent .tcic-col-left{
        width: 100%;
        text-align: center;
    }
    .tcicContent .tcic-col-right{
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }
  }
  @media only screen and (max-width: 600px) { 
      .tcicContent img {
          max-width: 290px;
      }
    }