.main-content-services{
    background-color: #191919;
    width: 100%;
    padding-bottom: 60px;
}
.text-title-offer{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.35em;
    color: #ffffff;
    text-align: center;
    padding-top: 45px;
    font-family: Raleway, sans-serif;
}
.text-detail-offer{
    color: #ffffff;
    margin: 30px 400px 45px 400px;
    line-height: 1.88em;
    text-align: center;
    font-size: 15px;
    font-family: Nunito, sans-serif;
}
.detail-content-services{
    display: flex;
    justify-content: space-around;
    margin: 0px 300px;
}
.detail-services{
    width: 300px;
    margin: 0px 20px;
}
.img-services{
    width: 300px;
    height: 250px;
    object-fit: cover;
}
.title-detail{
    text-transform: uppercase;
    color: #ffffff;
    margin:50px 0px 30px 0px;
    line-height: 1.41em;
    text-align: center;
    font-size: 22px;
    font-family: Raleway, sans-serif;
}
.badge-service{
  text-align: center;
  margin-top: 20px;
}
.detail-content{
    color: #ffffff;
    line-height: 1.75em;
    text-align: center;
    font-size: 14px;
    font-family: Nunito, sans-serif;
}

/* tablet responsive */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .img-services{
        width: 200px;
    }
    .detail-services{
        width: 200px;
    }
    .detail-content-services{
        margin: 0px 30px;
    }
    .text-detail-offer{
        margin: 30px 32px 80px 32px;
    }
    .text-title-offer{
        padding-top: 80px;
    }
}

/* mobile responsive */
@media only screen and (min-width: 360px) and (max-width: 767px){
    .text-detail-offer{
        margin:  20px;
    }
    .detail-content-services{
        display: unset;
    }
    .detail-services{
        margin: 0 auto;
        padding-top: 30px;
    }
}
