	.about-us p{
        font-size: 14px;
    color: #727272;
}
.about-title h2{
    color: #6d6b6b;
}
.logistics-business {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
.logistics-business ul li:before{
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    content: "\f219";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-size: 8px;
    text-align: center;
    line-height: 25px;
    color: #a62a2a;
}
.logistics-business ul li span {
    font-weight: 700;
    text-transform: uppercase;
}
.logistics-business ul li p {
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width:992px) {
    .logistics-business {
        grid-template-columns: repeat(1, auto);
    }
    .logistics-content {
        margin-top: 20px;
        padding: 0;
    }
}

@media screen and (max-width:456px) {
    .about-title h2 span {
        font-size: 45px !important;
    }
    .field-activity span span {
        font-size: 36px !important;
    }
}
