.blockquote {
    border-left: 5px solid #3759df;
}


.img-main {
    background-image: url('images/img-main.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-white {
    background-color: #fff;
    border: none;
    color: #252525;
    border-radius: 0px;
}

.infpage-mainblock-head .btn-white {
    padding: 15px 80px;
    margin-top: 20px;
}

.devmod-page {
    height: 500px;
}


.devmod-page-img {
    background-image: url(images/devmod.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 500px;
}


.devmod-page h1 {
    font-weight: 300;
    color: #35383c;
}
