body {
    color: #666666;
}

.title,
.subtitle {
    font-size: 24px !important;
    font-weight: 700;
    color: #007676 !important;
}

.title {
    font-size: 36px !important;
}

.services .items {
    gap: 48px;
}

.services .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.services .items .item > .item-icon {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    padding: 12px;
    background-color: #FFF;
}

.services .items .item > .item-icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services .items .item > .item-title {
    font-size: 22px;
    font-weight: 700;
}

.services .card {
    border-radius: 20px;
    position: relative;
}

.services .card .card-content {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.services .card .card-content .card-title {
    font-size: 22px;
    font-weight: 700;
    color: #007676;
}

.services .card .card-bg-image {
    position: absolute;
    bottom: -41px;
    right: -21px;
    width: 241px;
    height: auto;
    max-width: 50%;
    z-index: 0;
}

.services .card .card-content .items .item {
    gap: 0;
}

.phones {
    background-color: #E7ECEF;
    background-size: cover;
    background-position: top center;
    min-height: 435px;
    display: flex;
    align-items: center;
}

.phones h2 {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
}

.phones h3 {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
}

.phones h3 .highlighted {
    display: inline-block;
    padding: 6px 12px;
    color: #333333;
    background-color: #D8E15C;
    border-radius: 5px;
}

section .title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #007676;
    margin-bottom: 50px;
}

.aspect-video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.aspect-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

ul {
    padding-left: 2rem;
}

.bullets-list-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.table-vs th, 
.table-vs td {
    padding: 1rem 1.25rem;
    border-top: 0;
}

.table-vs .valing-middle {
    vertical-align: middle;
}

.table-vs img {
    max-width: none;
}

section.diseases {
    color: #FFF;
    background-color: #007676;
    position: relative;
}

section.diseases img.bg-img {
    height: 100%;
}

section.diseases .subtitle {
    color: #FFF !important;
}

section.diseases .diseases-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

section.diseases .diseases-list .disease-item {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

section.diseases .diseases-list .disease-item span {
    font-weight: 500;
}

@media (min-width: 768px) {
    section .title h3 {
        font-size: 35px;
    }

    .services .items {
        gap: 48px 0;
    }

    .services .card .card-content {
        padding: 40px 80px;
    }

    .services .card .card-content .items {
        gap: 36px;
    }

    .services .card .card-content .items .item {
        max-width: calc(33.333333% - 24px);
    }

    
    .services .card .card-content .card-title {
        font-size: 24px;
    }

    .services .items .item > .item-title {
        font-size: 24px;
    }

    .phones h2 {
        font-size: 35px;
    }

    .phones h3 {
        font-size: 30px;
    }

    section.diseases {
        padding: 100px 0;
    }
    
    section.diseases img.bg-img {
        position: absolute;
        width: 30%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: top;
    }
}

@media (min-width: 992px) {
    .services .items {
        gap: 48px;
    }

    .services .items .item {
        max-width: calc(33.333333% - 34px);
    }

    .services .card .card-content {
        padding: 50px 100px;
    }

    section.diseases img.bg-img {
        width: 45%;
    }
}