.template1{
  margin-bottom: 50px;
}
.template1 .cont{
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: -50px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  padding: 55px 120px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  text-align: center;
}
.template1 .cont .t1{
  font-size: 47px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 10px;
}
.template1 .cont .t2{
  font-size: 18px;
  line-height: 26px;
  color:#666666;
}
.the-content .tt1{
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
  color:#ed1c24;
  margin-bottom: 5px;
  text-align: center;
}
.the-content .tt2{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.the-content .tt3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 65px;
}
.the-content .itemImg{
  padding-top: 66.666666%;
  position: relative;
  overflow: hidden;
}
.the-content .itemImg img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.template2{
  position: relative;
}
.template2 .img {
  text-align: right;
}
.template2 .cont{
  background: #f6f6f6;
  position: absolute;
  left:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding: 90px 75px;
  width:100%;
  max-width: 560px;
  text-align: center;
}
.template2 .cont .t1{
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 5px;
}
.template2 .cont .t2{
  font-size: 20px;
  line-height: 30px;
  color:#666666;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
  .template1{
    margin-bottom: 20px;
  }
  .template1 .cont{
    padding: 15px;
    margin-bottom: 15px;
  }
  .template1 .cont .t1{
    font-size:30px;
    line-height: 40px;
  }
  .template1 .cont .t2{
    font-size: 15px;
    line-height: 23px;
  }
  .the-content .tt1{
    font-size: 25px;
    line-height: 33px;
  }
  .the-content .tt3{
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 768px){
  .template2 .cont{
    position: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    max-width: initial;
    padding: 25px 15px;
  }
  .template2 .cont .t1{
    font-size: 22px;
    line-height: 30px;
  }
  .template2 .cont .t2{
    font-size: 15px;
    line-height: 23px;
  }
}