.full{
    width: 100%;
}
.infastructure_heading{
    width: 100%;
    height: auto;
    text-align: center;
}
.infastructure_heading h2{
    font-size:25px;
    text-transform: uppercase;
    color:#000;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 18px;
}
.infastructure_heading p{
    color: #000;

    font-size: 16px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 700;

    margin-bottom: 50px;
}
.infast_content img{
    width: 262px;

    height: 200px;

    margin: 0px auto;
}
.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;
}