.footer-static-info p{
    color: #2c2c2c;
    font-size: 13px;
    margin-top: 30px;
    max-width: 325px;
}

.footer-static-info .shipping{
    margin-top: 70px;
}

.shipping h4{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.shipping h4 span{
    margin-right: 40px;
    display: inline-block;
    height: 2px;
    width: calc(100% - 120px);
    background: #2c2c2c;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.shipping-icons{
    display: flex;
    align-items: center;
    
}

.shipping-icons img{
    margin-right: 20px;
}