/* стили для кнопки */

.docscontone-btn {
    display: block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    box-sizing: content-box;
}

.docscontone-btn {
    transition: all 0.2s;
    opacity: .8
}

.docscontone-btn:hover {
    text-decoration: none;
    opacity: 1;
}
.docscontone-btn:active {
    transform: scale(0.97);
    opacity: 0.7;
}

.docscontone-btn:focus {
    text-decoration: none;
}

/* стили секции */


.docscontone {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.docscontone-item {
    margin-bottom: 60px;
}

.docscontone-item:last-child {
    margin-bottom: 0;
}

.docscontone-item-img-wrap {
    width: 120px;
    height: 150px;
    margin: 0 auto 35px;
}

.docscontone-item-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.docscontone-item-name {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    color: #0f193d;
    margin-bottom: 18px;
}

.docscontone-item-title {
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}

.docscontone-item-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: -0.2px;
    text-align: center;
    color: #0f193d;
    margin-bottom: 18px;
}


@media (min-width: 992px) {
    .docscontone {
    padding: 130px 0 70px;
}
}