html, body {
  height: 100%;
  width: 100%;
}
/* PROMO PAGE */
.content-newsandpromo {
    padding: 10px 50px;
}
.red {
    color: #DA0419;

}
.Title {
    font-size: 24px;
    color: #DA0419;
    padding-bottom: 10px;
    font-weight: bold;
}
.Content {
    text-align: left;
    color: rgb(80, 80, 80); 
    font-size: 14px; 
    text-align: justify;
    padding: 0px 20px;
}

.clsNewsPromo-Title, .clsCarModel-Title {
    font-size: 24px;
    color: #DA0419;
    padding-bottom: 10px;
    font-weight: bold;
}
.clsNewsPromo-Content, .clsCarModel-Content {
    text-align: left;
    box-sizing: border-box; 
    margin: 0px 0px 20px; 
    color: rgb(80, 80, 80); 
    font-size: 14px; 
    text-align: justify;
    padding: 0px 20px;

}
.clsNewsPromo, .clsCarModel {
    width: 100%;
}

/* SERVICE PAGE */
.content-service {
    padding: 10px 50px;
}
.clsServices {
    width: 100%;
}

.clsServices-title {
    font-size: 24px;
    color: #DA0419;
    padding-bottom: 10px;
    font-weight: bold;
}
.clsServices-image img {
    width: 90%;
    margin-bottom: 20px;
    
}
.clsServices-image-2 img {
    width: 90%;
    margin-bottom: 20px;
    
}
.clsServices-image-3 img {
    width: 90%;
    margin-bottom: 20px;
    display: none;
    
}
 .clsServices-content {
    text-align: left;
    box-sizing: border-box; 
    margin: 0px 0px 20px; 
    color: rgb(80, 80, 80); 
    font-size: 14px; 
    text-align: justify;
    padding-bottom: 40px;

}
.clsServices-content-2 {
    text-align: left;
    box-sizing: border-box; 
    margin: 0px 0px 20px; 
    color: rgb(80, 80, 80); 
    font-size: 14px; 
    text-align: justify;
    padding-bottom: 15px;
    width: 50%;

}
.clsServices-footer {
    font-size: 12px;
    text-align: left;
    box-sizing: border-box; 
    text-align: justify; 
    color: rgb(80, 80, 80); 
    padding-bottom: 40px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(80, 80, 80, 0), rgba(80, 80, 80, 0.75), rgba(80, 80, 80, 0));
}