.devops-firstscreen {
    background: #F8F8FB;
}

.devops-firstscreen__row {
    display: flex;
    align-items: center;
}


.devops-firstscreen__title {
    margin-bottom: 20px;
}

.devops-firstscreen__button {
    max-width: 216px;
}

@media screen and (max-width: 1440px){
    .devops-firstscreen__image {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px){
    .devops-firstscreen__row {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 768px){

    .devops-firstscreen__image {
        margin-right: -177px;
        margin-left: 20px;
    }

    .devops-firstscreen__text {
        margin-bottom: 50px;
    }

    .devops-firstscreen__item-left {
        flex-basis: 532px;
    }
    .devops-firstscreen__item-right{
        flex-basis: calc(100% - 532px);
    }
}

@media screen and (max-width: 768px){


    .devops-firstscreen__image {
        margin-bottom: 30px;
    }

    h1.devops-firstscreen__title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .devops-firstscreen__text {
        margin-bottom: 40px;
    }
}