@charset "UTF-8";

.services-block {
    padding: 60px 0 40px;
}

.grey-bg {
    background: #f5f5f5;
}

.services-block .group-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    color: #00a8a9;
    width: 100%;
    margin: 0 0 42px;
    padding: 0 30px;
}

.services-block-list {
    display: flex;
    flex-wrap: wrap;
}

.services-block-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 15px);
    justify-content: start;
    padding: 0 20px;
    margin: 0 20px 25px 0;

    /* border: 1px solid; */
}

.services-block-list-item:nth-child(4n) {
    margin-right: 0;
}

.services-block-list-item .item-logo {
    position: relative;
    border: 2px solid #00a8a9;
    padding: 15px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.services-block-list-item .item-logo img {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.services-block-list-item .item-title {
    margin: 10px 0;
    text-align: center;
}

.services-block-list-item .item-text {
    text-align: center;
}

.services-block-list-item .item-btn {
    margin-top: auto;
}

.services-block-list-item .item-btn .btn {
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
    .services-block-list-item {
        width: calc(32% - 5px);
    }

    .services-block-list-item:nth-child(4n) {
        margin-right: 20px;
    }

    .services-block-list-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .services-block-list-item {
        width: calc(50% - 10px);
        padding: 0 15px;
    }

    .services-block-list-item:nth-child(3n) {
        margin-right: 20px;
    }

    .services-block-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 420px) {
    .services-block {
        padding: 40px 0;
    }

    .services-block-list-item .item-logo {
        height: 50px;
        width: 50px;
        padding: 10px;
    }
}

.orange-content .group-title {
    color: #ff3800;
}

.orange-content .services-block-list-item .item-logo {
    border: 2px solid #ff3800;
}

.orange-content .btn {
    background: #ff3800;
    border: 1px solid #ff3800;
}

.orange-content .btn:hover {
    color: #ff3800;
}

.page-template-template-listing-contact .title-bg-box {
    margin-bottom: 0;
}

.services-anchors {
    padding: 40px 0;
}

.services-anchors .services-anchors-list {
    display: flex;
    flex-wrap: wrap;
}