.b-target {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.b-target--bg-blue {
    background: #f3faff;
}

.b-target--border {
    border-top: 2px solid #d0f1fc;
    border-bottom: 2px solid #d0f1fc;
}

.b-target__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

.b-target__textual {
    margin: 0 0 32px;
}

.b-target__textual--bold {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin: 0 0 16px;
}

.b-target__item,
.b-target__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-target__items {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-target__item {
    margin-bottom: 16px;
}

.b-target__item--col-2 {
    width: calc((100% - 30px) / 2);
}

.b-target__item--col-2:nth-last-child(1),
.b-target__item--col-2:nth-last-child(2) {
    margin-bottom: 0;
}

.b-target .b-item__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 16px 0 0;
    font-size: 24px;
    font-weight: 900;
}

.b-target .b-item__number--blue {
    color: #00b9ff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 158, 156, 0.18);
    box-shadow: 0 6px 12px rgba(0, 158, 156, 0.18);
}

.b-target .b-item__number--square {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #fff;
}

.b-target .b-item__text {
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .b-target {
        font-size: 16px;
        line-height: 20px;
    }

    .b-target__container {
        padding: 30px 24px;
    }

    .b-target__textual--bold {
        line-height: 20px;
        margin: 0 0 16px;
    }

    .b-target__item--col-2 {
        width: calc((100% - 24px) / 2);
    }
}

@media only screen and (max-width: 1023px) {
    .b-target {
        font-size: 15px;
        line-height: 19px;
    }

    .b-target__container {
        padding: 30px 24px;
    }

    .b-target__textual--bold {
        font-size: 16px;
        margin: 0 0 16px;
    }

    .b-target__item--col-2 {
        width: calc((100% - 16px) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .b-target {
        font-size: 14px;
        line-height: 17px;
    }

    .b-target__container {
        padding: 20px 16px;
    }

    .b-target__textual {
        margin: 0 0 24px;
    }

    .b-target__textual--bold {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 16px;
    }

    .b-target__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-target__item {
        margin: 0 0 12px;
    }

    .b-target__item--col-2:nth-last-child(2) {
        margin-bottom: 12px;
    }

    .b-target__item--col-2 {
        width: 100%;
    }

    .b-target__item:last-child {
        margin: 0;
    }

    .b-target .b-item__number {
        margin: 0 12px 0 0;
        font-size: 22px;
    }
}
