.services-wrapper .service-block {
    padding: 42px;
    border: 1px solid rgba(5, 5, 5, 0.1);
    background-color: #fff;
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.services-wrapper .service-block .number {
    padding: 12px 24px;
    border: 1px solid rgba(5, 5, 5, 0.25);
    border-radius: 54px;
    display: inline-flex;
}
.services-wrapper .service-block .number span {
    font-size: 21px;
    line-height: 31.5px;
    font-weight: 300;
}
.services-wrapper .service-block .image-block {
    width: 48%;
}
.services-wrapper .service-block .text-block {
    width: 50.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-wrapper .service-block .center-block h2 {
    font-size: 51px;
    line-height: 66.3px;
    font-weight: 200;
    color: #000;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.services-wrapper .service-block .center-block h2:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.services-wrapper .service-block .center-block p {
    font-size: 21px;
    line-height: 31.5px;
    color: rgb(150, 150, 150);
}
.services-wrapper .service-block .tags {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.services-wrapper .service-block .tags li {
    border: 1px solid rgba(5, 5, 5, 0.25);
    border-radius: 100px;
    padding: 12px;
    font-size: 17px;
    line-height: 22.1px;
    font-weight: 400;
    font-family: 'Switzer';
    background-color: rgb(255, 254, 250);
    white-space: nowrap;
}
.services-wrapper {
    position: relative;
}
.services-wrapper .service-block .text-block .center-block,
.services-wrapper .service-block .text-block .bottom-block {
    padding-top: 24px;
}
.services-wrapper .service-block .image-block .image {
    position: relative;
    padding-bottom: calc(100vh * .6);
}
.services-wrapper .service-block .image-block .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1399px) {
    .services-wrapper .service-block .tags li {
        font-size: 14px;
        line-height: 18px;
    }
    .services-wrapper .service-block .center-block h2 {
        font-size: 46px;
        line-height: 62px;
    }
    .services-wrapper .service-block .center-block h2:before {
        width: 14px;
        height: 14px;
    }
    .services-wrapper .service-block {
        padding: 38px;
    }
    .services-wrapper .service-block .center-block p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .services-wrapper .service-block .center-block h2 {
        font-size: 32px;
        line-height: 41.6px;
    }
    .services-wrapper .service-block .center-block p {
        font-size: 18px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 991px) {
    .services-wrapper .service-block {
        padding: 24px;
    }
    .services-wrapper .service-block .image-block {
        width: 100%;
        order: 1;
    }
    .services-wrapper .service-block .text-block {
        width: 100%;
        order: 2;
        padding-top: 24px;
    }
    .services-wrapper .service-block {
        margin-top: 42px;
    }
    .services-wrapper .service-block .image-block .image {
        padding-bottom: calc(100vh* .35);
    }
}
@media only screen and (max-width: 767px) {
    .services-wrapper .service-block .number span {
        font-size: 18px;
        line-height: 22px;
    }
    .services-wrapper .service-block .center-block h2 {
        font-size: 24px;
        line-height: 32px;
        padding-left: 20px;
    }
    .services-wrapper .service-block .center-block h2:before {
        width: 10px;
        height: 10px;
        top: 12px;
        transform: translate(0);
    }
    .services-wrapper .service-block .text-block .center-block, .services-wrapper .service-block .text-block .bottom-block {
        padding-top: 12px;
    }
    .services-wrapper .service-block .text-block {
        padding-top: 12px;
        justify-content: flex-start;
    }
    .services-wrapper .service-block .center-block p {
        font-size: 16px;
        line-height: 24px;
    }
}