.info-block {
    width: 100%;
    margin: 32px 0 34px 0;
    padding: 10px;
    position: relative;
    background-color: #d8f2ef;
    overflow: hidden;
}

.info-block__item {
    display: flex;
    gap:10px;
}

.info-block__item-title {
    font-weight: 600;
    width: fit-content;
}

.info-block__item-text {
    width: 70%;
}

@media (min-width: 440px) {
    .info-block__item-title {
        width: fit-content;
    }

    .info-block__item-text {
        width: 75%;
    }
}

@media (min-width: 576px) {
    .info-block__item-text {
        width: 80%;
    }

    .info-block {
        margin: 32px 0 71px 0;
    }
}

@media (min-width: 992px) {
    body.services_landings .info-block {
        width: 65%;
        margin: 53px 0 30px 0;
    }

    body.services_landings .info-block__item-title {
        width: 29%;
    }

    body.services_landings .info-block__item-text {
        width: 72%;
    }
}

@media (min-width: 993px) {
    body.services_bootstrap .title-container {
        flex-direction: column;
    }

    body.services_bootstrap .info-block {
        width: 70%;
        margin: 1em auto -1em;
        z-index: 2;
    }
}

@media (min-width: 1200px) {
    body.services_landings .info-block {
        width: 70%;
        margin: 60px 0 30px 0;
    }

    body.services_landings .info-block__item-title {
        width: 25%;
    }

    body.services_landings .info-block__item-text {
        width: 83%;
    }

    body.services_landings .info-block:before {
        position: absolute;
        content: '';
        display: block;
        width: 185px;
        height: 184px;
        border: 30px solid rgba(255, 255, 255, 0.43);
        border-radius: 50%;
        z-index: 10;
        bottom: -10px;
        right: -42px;
    }
}

@media (min-width: 1350px) {
    body.services_landings .info-block {
        margin-right: -100px;
    }
}

@media (max-width: 992px) {
    .info-block {
        z-index: 2;
    }
}
