.about-wrapper {
    background-color: #F5F5F5;
}

.delivery-content {
    text-align: end;
}

.nav-tabs .nav-link {
    color: #fff;
}


.banner-three-item {
    width: 100%;
    padding: 0 20px;
}

.banner-three-item img {
    width: 100%;
}

.client {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}

.carousel-icon i {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
    font-size: 1.6rem;
    color: #000;
}

.push-right a {
    color: #000;
}

.t-card {
    padding: 1.8125rem 1.125rem;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 1.25rem;
    height: auto;
}

.t-card p {
    color: #000;
    font-weight: 500;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid #CFAE7A;
}


.service-box {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    height: 400px;
}

.left {
    border: 1px solid #000;
    padding: 10px;
}

.right {
    border: 1px solid #000;
    padding: 10px;
}


.service-img h5 {
    text-align: center !important;
}

.banner-three-item p {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
}