.intro-service{
    margin: 100px 0;
}
.intro-service__header{
    font-size: 25px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 50px;
}
.intro-service__item-title{
    font-size: 20px;
    font-weight: bold;
    margin-top: 150px;
    margin-bottom: 10px;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 992px) {
    .intro-service__item-title{

        margin-top: 30px;

    }

}

.intro-service__item-description{
    font-size: 14px;
    color: #fff;
}
.intro-service__item-first-image{
    height:425px;
}
.intro-service__item-first-image img{
    height:425px;
    max-width: 100%;
}
.intro-service__item-first{
    height: 425px;
    background: #009A55;
    padding: 30px;
}
.intro-service__item{
    height: 425px;
    padding: 30px;

}