.banner-logo {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.banner-logo img {
    width: 100%;
}

.hero-banner.delivery-banner {
    margin-bottom: 0;
}

.hero-banner .text {
    padding-top: 60px;
}

.hero-banner .text a {
    color: inherit;
}

.feature-wrapper .feature-tabs .nav-pills .nav-link.active {
    background-color: #F4F9FF;
}

.wooservice-wrapper.advantages .wooservice-outerwrap {
    max-width: none;
}

.shipos-advantages-list .img-hold {
    width: 3.5rem;
    height: 3.5rem;
    padding: 2rem;
    margin: 0 auto 0.8rem;
    padding: 0.8rem;
    border-radius: 50%;
    background: #F4F9FF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.shipos-advantages-list li {
    width: 50%;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0 1rem 1rem;
}

.three-col-cards .card {
    border-radius: 15px;
    border-color: #E7E7E7;
}

.three-col-cards .card-body {
    padding: 1rem;
}

.three-col-cards .card-title {
    background: #F4F9FF;
    margin: -1px;
    border-radius: 15px 15px 0 0;
    font-size: 1.063rem; /* 17px */
    font-weight: 700;
}

.three-col-cards .price-description .price {
    padding: 0 10px;
    font-size: 0.813rem; /* 13px */
}

.three-col-cards .price-description .price .num {
    color: #F7931E;
    font-size: 1.125rem; /* 18px */
    font-weight: 700;
}

.three-col-cards .divider {
    font-size: 0;
    line-height: 0;
    background: #000;
    width: 1px;
    height: 2rem;
}

#footer .social-links ul {
    gap: 30px;
}

#footer .social-links a {
    color: #F7931E;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    transition: color 0.3s ease;
}

#footer .social-links a i {
    font-size: 40px;
    line-height: 1;
}

#footer .social-links a:hover {
    color: #000;
}


@media (min-width: 768px) {
    .shipos-advantages-list .img-hold {
        width: 100px;
        height: 100px;
    }

    .shipos-advantages-list li {
        width: 25%;
        font-size: 16px;
        padding-bottom: 30px;
    }

    .three-col-cards .card-title {
        font-size: 28px;
    }

    .three-col-cards .card-body {
        padding: 28px 15px 20px;
    }

    .three-col-cards .price-description .price {
        font-size: 20px;
    }

    .three-col-cards .price-description .price .num {
        font-size: 28px;
    }

    .three-col-cards .card {
        border-radius: 20px;
    }

    .three-col-cards .card .btn {
        width: 100%;
    }

    .three-col-cards .divider {
        max-width: 237px;
        font-size: 18px;
        line-height: 1;
        background: none;
        width: auto;
        height: auto;
        position: relative;
        margin: 20px auto;
    }

    .three-col-cards .divider::after,
    .three-col-cards .divider::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        background: #BFBFBF;
    }

    .three-col-cards .divider::before {
        left: 0;
        right: calc(50% + 20px);
    }

    .three-col-cards .divider::after {
        right: 0;
        left: calc(50% + 20px);
    }

    .wooservice-wrapper.advantages {
        padding-bottom: 10px;
    }

    .hero-banner.delivery-banner .banner-content {
        position: static;
        transform: none;
        padding: 90px 0;
    }

    .hero-banner .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .hero-banner.delivery-banner .bg-image img {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1024px) {
    .shipos-advantages-list li {
        font-size: 20px;
        width: 20%;
    }

    .three-col-cards .card-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 28px;
    }
}

@media (min-width: 1400px) {
    .wooservice-wrapper.advantages .prop1 {
        top: -30%;
        left: -14%;
    }

    .wooservice-wrapper.advantages .prop2 {
        bottom: 8%;
        right: -20%;
    }
}