body.widget-snippet .transport-logistic-section {
    padding: 120px 0;
    text-align: center;
}

.widget-snippet .transport-logistic-section h2.title:before,
.widget-snippet .transport-logistic-section h2.title:after {
    content: '';
    position: absolute;
    width: 148px;
    height: 2px;
    background-color: #959595;
    top: 20px;
}

.widget-snippet .transport-logistic-section h2.title:before {
    left: -25%;
}

.widget-snippet .transport-logistic-section h2.title:after {
    right: -25%;
}

.widget-snippet .transport-logistic-section h2.title {
    position: relative;
    color: #000;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    padding: 0 0 60px 0;
    display: inline-block;
}

.widget-snippet .transport-logistic-section h2.title span {
    font-weight: 700;
}

.widget-snippet .transport-service{
   position:relative;
}

.widget-snippet .transport-service img {
    object-fit: cover;
}

.widget-snippet .transport-content h4 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    margin: 0;
    padding: 0 0 18px 0;
}

.widget-snippet .transport-content h4 a {
    color: #ffffff;
}

.widget-snippet .transport-content h4 a:hover {
    color: #497bda;
}

.widget-snippet .transport-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.widget-snippet .transport-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px 60px;
}

body.widget-snippet .transport-content {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    padding: 10px;
}

body.widget-snippet .transport-content h4,
body.widget-snippet .transport-content h4 a,
body.widget-snippet .transport-content p,
body.widget-snippet .transport-content p a {
    color: #000;
}
