.body-content{
    max-width: 1315px;
     margin: 0 auto;
 }

.technologies-bg img{
    width :-webkit-fill-available;
    height:375px;   
}

.txtover { 
    position:relative;
 } 
.txtover figcaption {     
    position: absolute;
    bottom: 125px;
    left: 150px;
    color: #fff;
    font-size: 5em;
    font-weight: 400;
    /* background: linear-gradient(45deg, #f43501, transparent); */
    /* transform: skew(20deg); */
 }
  @media (max-width: 575px) {

  .footer .footer-info .logo span {
    font-size: 13px !important;
  }
  .txtover figcaption{
	      bottom: 145px;
    left: 40px;
	font-size:3em;
  }
}

