.other-pages__col{
    position: relative;
}
.other-pages__item{
    background: rgba(240, 241, 245, 0.8);
    padding: 32px 40px 40px;
    height: 100%;
}
.other-pages__item::after{
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% - 24px);
    left: 12px;
    top: 0;
    background: rgba(240, 241, 245, 0.8);
    z-index: -1;
}
.other-pages__title{
    margin-bottom: 16px;
}
.other-pages__link{
    margin-top: 40px;
}
.other-pages__link.btn-link:hover{
    color: #fff;
}

@media screen and (max-width:1024px) and (min-width:769px) {
    .other-pages__title{
        font-size: 33px;
    }
}

@media screen and (max-width: 768px){
    .other-pages__col:not(:last-child){
        margin-bottom: 24px;
    }
}

@media screen and (max-width:425px) {
    .other-pages__link:not(.button){
        display: none;
    }
}