.full{
    width: 100%;
}
.infastructure_heading{
    width: 100%;
    height: auto;
    text-align: center;
}
.infastructure_heading h2{
    color: #434a54;
    font-size: 25px;
    font-family: 'Open Sans',
    sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.infastructure{
    width: 100%;
    height: auto;
    margin-top: 30px;
    background-color: #fff;
    padding: 5%;
}
.infast_content{
    width: 100%;
    height: auto;
    padding: 5%;
    margin-top: 50px;
}
.infast_content h5{
    font-size: 16px;
    color:#000;
    font-weight: 700;
   font-family: 'Open Sans', sans-serif;
}
.infast_content p{
    font-size: 12px;
    color:#555;
   font-family: 'Open Sans', sans-serif;
}
.infast_video{
    width: 100%;
    height: auto;
    margin-top: 50px;
}