.services-content,.benefits-content,.employees-content{
    padding: 100px 70px 0;
}
/*Services*/

.services{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.service{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #E7E6DD;
    width: 500px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px #676767;
}

.service-nr{
    font-size: 48px;
    color: #007bff;
    font-weight: bold;
    margin-top: -8px;
}
.service-content{
    margin-left: 10px;
}

.service-content h1{
    font-size: 21px;
    font-weight: bold;
}

.service-content p{
    font-size: 18px;
    margin-top: 10px;
}

/*Benefits*/

.benefits-carousel{
    margin-top: 50px;
    color: #E7E6DD;
}

.benefit{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px #676767;
}

.benefit img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.benefit h1{
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0;
}

.benefit p{
    font-size: 18px;
}

.slick-next:before, .slick-prev:before{
    display: none;
}
.slick-track
{
    display: flex;
}

.slick-slide
{
    height: inherit;
}

/*Employees*/
.employees{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.r{
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin: 10px 0;
}
.r img{
    padding-right: 10px;
}

.employee{
    padding: 30px;
    margin-top: 50px;
    width: 500px;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px #676767;
    color: #E7E6DD;
    display: flex;
    flex-direction: column;
}

.empl_img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.e-title{
    font-size: 21px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.steps{
    font-size: 21px;
    margin: 10px 0 20px;
    color: #007bff;
    text-align: center;
}

.employee li{
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
}

#ro, #ru, #en{
    display: none;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

/*Responsive*/
@media only screen and (min-width: 1024px) and (max-width:1440px){
    .services-content,.benefits-content,.employees-content{
        padding: 100px 50px 0;
     }
}
@media only screen and (min-width: 750px) and (max-width:1024px){
    button{
        width: 200px;
    }
    .services-content,.benefits-content,.employees-content{
        padding: 70px 35px 0;
     }
     .service,.benefits-carousel,.employee {
        margin-top: 30px;

     }
     .service,.benefit,.employee{
        padding: 20px;
     }
     .service-nr {
        font-size: 40px;
     }
     .slick-prev {
        right: -15px;
        }
    .slick-next{
        right: -15px;
        }
    .slick-prev img{
        width: 28px;
        height: 28px;
    }
    .slick-next img{
        width: 28px;
        height: 28px;
    }
    .benefit{
        margin: 20px 20px;
    }
}

@media only screen and (min-width: 500px) and (max-width:750px){

    button{
        width: 150px;
     }
     .services-content,.benefits-content,.employees-content{
        padding: 50px 35px 0;
     }
     .service,.benefits-carousel,.employee {
        margin-top: 20px;

     }
     .service,.benefit,.employee{
        padding: 15px;
        width: 100%;
     }
     .service-nr {
        font-size: 36px;
     }
     .slick-prev {
        right: -15px;
        }
    .slick-next{
        right: -15px;
    }
    .service h1,.benefit h1,.employee h1{
        font-size: 18px;
        line-height: 20px;
    }
    .service p,.benefit p,.employee p{
        font-size: 14px;
        line-height: 18px;
    }
    .employee li{
        font-size: 14px;
    }
    .benefit img,.empl_img{
        width: 50px;
        height: 50px;
    }
    .steps{
        font-size: 18px;
    }
    .slick-prev img{
        width: 24px;
        height: 24px;
    }
    .slick-next img{
        width: 24px;
        height: 24px;
    }
    .benefit{
        margin: 20px 25px;
    }
}

@media only screen and (min-width: 50px) and (max-width:500px){
    button{
        width: 150px;
     }
     .services-content,.benefits-content,.employees-content{
        padding: 30px 25px 0;
     }
     .service,.benefits-carousel,.employee {
        margin-top: 20px;

     }
     .service,.benefit,.employee{
        padding: 15px;
        width: 100%;
     }
     .service-nr {
        font-size: 18px;
     }
     .slick-prev img{
        display: none;
        }
    .slick-next img{
        display: none;
    }
    .service h1,.benefit h1,.employee h1{
        font-size: 18px;
        line-height: 20px;
    }
    .service p,.benefit p,.employee p{
        font-size: 14px;
        line-height: 18px;
    }
    .employee li{
        font-size: 14px;
    }
    .benefit img,.empl_img{
        width: 50px;
        height: 50px;
    }
    .steps{
        font-size: 18px;
    }
    .benefit{
        margin: 20px 35px;
    }
}
