.Who_we_sec {
    padding: 30px 0px;
}

.Who_we_sec .whoban {
    width: 100%;
    margin: 30px 0px;
    position: relative;
}

.Who_we_sec .whoban::after {
    content: "";
    position: absolute;
}

.Who_we_sec .titlediv {
    text-align: center;
}

.Who_we_sec .bigp {
    font-weight: normal;
    font-size: 28px;
    color: #fff;
}

.Who_we_sec .contentt {
    font-size: 15px;
    color: #fffcfc;
    font-weight: 100;
}

.Who_we_sec .contentt b {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

@media (min-width:0px) and (max-width:991px) {
    .Who_we_sec .bigp {
        font-size: 14px;
    }

    .Who_we_sec .contentt b {
        font-size: 14px;
    }

    .Who_we_sec .contentt {
        font-size: 13px;
    }
}

@media (min-width:992px) and (max-width:1200px) {}