.logistics-img{
    background-image: url(../images/logistics.jpg);
    height: 330px;
    background-position: center;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;
}
.text-container{
    padding: 10px 20px;
    background-color: grey;
    border-radius: 20px 20px 0px 0px;
    opacity: .9;
    text-transform: capitalize;
}
.logistics i{
    color: #4cbcd9;
}
.logistics-para{
    font-size: 18px;
    font-weight: 300;
}
.log-link{
    text-decoration: none;
    color: #c6a84d;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    display: block;
}
.log-link:hover{
    color: #c6a84d;
}