@media only screen and (max-width: 767px) {
   img.ship-img-shaodw {
    box-shadow: -9px -9px 0px 2px #ff66006e;
    margin: 0;
    border-radius: 12px;
}

a.tel {
    display: none;
}
.profile-pic {
    text-align: center;
}
.profile-info {
    text-align: center;
    margin-top: 17px;
}
.nav-cargo ul {
    justify-content: center;
}
.curve-shap img {
    width: 100%;
    position: relative;
    top: -114px;
    margin-bottom: -168px;
}
.pro-top {
    position: relative;
    top: -137px;
}
}