.customerservice-bg {
    background-image: url(../images/bg-customerservice.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0;
}
.customerservice-list.row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.customerservice-item {
    padding: 32px 40px;
    border-radius: 25px;
    border: 1px solid #bdbdbd;
    background-color: var(--text-white);
    height: 100%;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
}
.customerservice-item h4 {
    margin-bottom: 12px;
}
.customerservice-item p {
    margin-bottom: 0;
}
.customerservice-item h3 p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: unset;
    display: block;
}
.customerservice-list .col-xl-4:first-child .customerservice-item {
    padding: 12px 20px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.customerservice-info {
    padding: 72px 0;
}
.customerservice-info-img {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 1px 3px 8px rgba(0, 0, 0,  0.7);
}
@media (max-width: 991.98px) {
    .customerservice-bg {
        padding: 8px 0 40px;
    }
    .customerservice-item {
        padding: 16px 20px;
    }
    .customerservice-item h3,.customerservice-item h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .customerservice-item h4 {
        margin-bottom: 12px;
    }
    .customerservice-info {
        padding: 36px 0;
    }
    .customerservice-info-content h4 {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    .customerservice-info-content p {
        font-size: 16px;
        line-height: 20px;
    }
}