﻿/*TimeLine*/
.how-section1 {

}

    .how-section1 h4 {
        color: #ffa500;
        font-weight: bold;
        font-size: 30px;
    }

    .how-section1 .subheading {
        color: #3931af;
        font-size: 20px;
    }

    .how-section1 .row {
        margin-top: 5%;
    }

.how-img {
    text-align: center;
}

    .how-img img {
        width: 350px;
        height: 250px;
    }

  