.body-content{
    max-width: 1230px;
     margin: 0 auto;
 }


.telecom-bg img{
    width :-webkit-fill-available;
    height:375px;   
}

.txtover { 
    position:relative;
 } 
.txtover figcaption {     
    position: absolute;
    top: 60px;
    right: 20px;
    color: #f43501;
    font-size: 5em;
    font-weight: 400;
    /* background: linear-gradient(45deg, #f43501, transparent); */
    /* transform: skew(20deg); */
 }
 .telecom-content{
    margin-top:50px;
 }
 @media (max-width: 575px) {

  .footer .footer-info .logo span {
    font-size: 13px !important;
  }
  .txtover figcaption{
	      bottom: 100px;
    /* right: -3px; */
    left: 125px;
	font-size:3em;
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.left-panel
{
  float: left;
  animation-direction: normal;
}
.right-panel
{
  float: right;
  animation-direction: reverse;
}
.publish
{
    height:75% !important;
}
