.grecaptcha-badge {
    display: none !important
}

.services {
    padding-top: 60px;
    padding-bottom: 50px
}

.services__title {
    margin-bottom: 26px
}

.services_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services_wrap img {
    width: 246px;
    height: auto;
    margin-bottom: 26px
}

.services__description {
    width: 100%;
    max-width: 606px;
    line-height: 1.3;
    letter-spacing: .12px;
    text-align: center;
    color: #171b24;
    margin-bottom: 40px;
    font-size: 20px
}

.services__img-description {
    width: 100%;
    max-width: 436px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.38;
    text-align: center;
    color: #252730
}

.services__img-description span {
    color: #1863fd
}

.main__items-line.monetization {
    padding-bottom: 95px
}