﻿.tabout_cont p {
    color: #fff;
    font-size: 20px;
    background: #1253ca;
    padding: 18px 18px;
    text-align: left;
    border-radius: 100px;
}

.tabout_cont {
    background: #fff;
    min-height: 85px;
}


.tabout_img {
    position: relative;
}

.tabout_img_before {
    position: absolute;
    content: "";
    background: url(../images/bgl1.png);
    background-repeat: no-repeat;
    width: 73px;
    height: 69px;
    right: -15px;
    z-index: 9999;
}

.tabout_img_after {
    position: absolute;
    content: "";
    background: url(../images/bgl2.png);
    background-repeat: no-repeat;
    width: 77px;
    height: 64px;
    right: 37px;
    z-index: 9999;
}

.tabout_img i img {
    border: #4bc714 solid 13px;
    width: 100%;
}

.tabout_cont h3 {
    color: #000;
    font-family: poppins;
}
/** end about **/