input,
button,
select,
textarea {
    box-shadow : none !important;
}

#count,
.type-of-client-counter {
    background : #fff !important;
}

.screen-2 {
    padding-bottom : 30px;
    padding-top    : 30px;
}

.screen-2 .btn {
    display        : block;
    margin         : 15px auto;
    text-transform : uppercase;
    border         : none;
    border-radius  : 60px;
    color          : #fff;
    font-size      : 24px;
    font-weight    : 900;
    height         : 72px;
    line-height    : 60px;
    width          : 90%;
}

.screen-2-btns {
    padding-bottom : 30px;
    padding-top    : 30px;
}

.screen-2-btns .btn {
    display : block;
    margin  : 15px auto;
    width   : 90% !important;
}

.screen-3-btns {
    align-items     : center;
    display         : flex;
    justify-content : space-between;
}

.screen-2-btns .btn,
.screen-3-btns .btn,
.screen-4-btns .btn {
    border         : none;
    border-radius  : 60px;
    color          : #fff;
    font-size      : 24px;
    font-weight    : 900;
    height         : 72px;
    line-height    : 60px;
    text-transform : uppercase;
    width          : 226px;
}

@media screen and (max-width : 1920px) {
    .screen-3-btns input,
    .screen-4-btns input {
        font-size : 20px;
        height    : 50px;
        width     : 180px;
    }
}

@media screen and (max-width : 768px) {
    .screen-3-btns input,
    .screen-4-btns input {
        border-radius : 40px;
        font-size     : 20px;
        height        : 60px;
        margin        : 0 5px;
        width         : 180px;
    }
}

@media screen and (max-width : 500px) {
    .screen-3-btns input {
        font-size : 18px;
        height    : 50px;
        width     : 155px;
    }
}
