.services2 {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #6B6B6B;
}

.services2 h2 {
    text-align: center;
    color: white;
}

.services2 .item {
    position: relative;
    background-color: white;
    align-items: center;
    text-align: center;
    padding: 25px 40px;
    padding-bottom: 76px;
    box-shadow: 2px 4px 20px 5px #C8C8C824;
}

.services2 .item h3 {
    text-transform: uppercase;
}

.services2 .item .link {
    width: 36px;
    height: 36px;
    background-color: var(--color4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

.services2 .item .link::after {
    display: none;
}

.services2 .item .link i {
    font-size: 24px;
    font-weight: 300;
    color: white;
}

@media (max-width: 767px) {

    .services2 {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #6B6B6B;
    }

    .services2 .items .item h3 a {
        font-size: 1.375rem;
    }

    .services2 .item {
        padding-bottom: 72px;
    }
}