.line1 {
    color: #ffffff;
    padding: 6px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
}

.heading1 {
        text-transform: capitalize;
    font-size: 50px;
    font-family: "Cuprum", sans-serif;
    font-weight: 700;
    display: block;
    color: #cc0000;
}

.bg-white {background: #ffffff !important;}

.awards {
    background-color: rgb(255, 242, 189);
    float: left;
    width: 100%;
    padding: 70px 0;
}
.certificates {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 70px 0;
}