.doctors {
    background: #EFF0F0 url(/images/services-bg.svg) no-repeat top right;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.doctors__intro {
    margin-bottom: 30px;
}

.doctors__button-all {
    display: none;
}

@media screen and (min-width: 1280px) {

    .doctors {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: unset;
    }

    .doctors__container {
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .doctors__text {
        padding-right: 60px;
    }

    .doctors__button-all {
        display: inline-block;
    }
}