﻿.bg-gray {
    background-color: #f7f7f7;
}

.section-padding-100-0 {
    padding: 100px 0 0 0;
}

.line {
    width: 50px;
    height: 3px;
    background: #ff6600;
    margin-bottom: 10px;
}



.img-fluid {
    max-width: 100%;
    height: auto;
}

.equal-columns {
    display: flex;
    flex-wrap: wrap;
}

    .equal-columns > div {
        display: flex;
    }

.box {
    background: white;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .equal-columns {
        display: block;
    }
}
