.our-services-section {
    background: #f8f9fa;
    position: relative;
}

.our-services-section__slider {
    margin-top: 1.5rem;
}

.our-services-section__slide {
    display: flex;
    justify-content: center;
}

.our-services-section__box {
    max-width: 400px;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    border: 2px solid #22afa7;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our-services-section__icon {
    width: 100px ! Important;
    height: auto;
    display: block;
    margin: auto;
}

.our-services-section__title {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

.our-services-section__list {
    list-style-type: disc;
    text-align: left;
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}

.our-services-section__btn {
    background-color: #22afa7;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    text-decoration: none;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
}

.our-services-section__btn:hover {
    background-color: #1b938d;
}

.our-services-section__arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.our-services-section {
    padding-bottom: 2rem;
}

.slick-arrow-custom {
    background-color: #22afa7;
    border: none;
    color: white;
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.slick-arrow-custom:hover {
    background-color: #1b938d;
}