/* <--- Section Rent General ---> */

#mas-20-drive div.drive-cont {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 350px;
}
#mas-20-drive div.drive-cont img {
    height: 63px;
    margin-bottom: 31px;
    width: auto;
}
#mas-20-drive div.drive-tittle {
    text-align: center;
    margin-bottom: 122px;
    margin-top: 226px;
}
#mas-20-drive div.drive-tittle div.drive-cont-tittle {
    margin-bottom: 70px;
}
#mas-20-drive div.drive-tittle div.drive-cont-tittle h1 {
    color: var(--primary-txt);
    font-weight: 600;
    font-size: 8rem;
    line-height: 9.8rem;
    letter-spacing: -0.08rem;
}
#mas-20-drive div.drive-tittle div.drive-cont-tittle p {
    color: var(--primary-txt);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.8rem;
}
#mas-20-drive div.drive-cont-serv {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    grid-column-gap: 15px;
    margin: 0 auto;
}
#mas-20-drive div.drive-cont-serv hr {
    align-self: flex-end;
    width: 1px;
    height: 80px;
    background: var(--primary-color);
}

/* <--- Section Rent General ---> */

/* <--- Screen And ---> */

#mas-20-drive div.drive-cont-serv div.carousel-cont {
    width: 250px;
}
#mas-20-drive div.drive-cont-serv div.carousel-cont img {
    width: 60px;
    height: 62.39px;
}
#mas-20-drive div.drive-cont-serv div.carousel-cont br {
    margin: 10px 0;
}
#mas-20-drive div.drive-cont-serv div.carousel-cont p {
    font-size: 12px;
    color: var(--primary-txt);
    line-height: 15px;
    margin-bottom: 2.5rem;
}
footer {
    margin-top: 102px;
}

/* <--- End Screen And ---> */

section.rent-carousel {
    margin-bottom: 240px;
}

section.always-with-us{
    margin-bottom: 155px;
}

@media(max-width: 991.98px){
    #mas-20-drive div.drive-cont{
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

@media screen and (max-width: 767.98px) {
    #mas-20-drive div.drive-tittle {
        margin-bottom: 51px;
        margin-top: 126px;
    }
    #mas-20-drive div.drive-tittle div.drive-cont-tittle h1 {
        font-size: 4rem;
        line-height: 3.6rem;
        margin-bottom: 11px;
    }
    #mas-20-drive div.drive-tittle div.drive-cont-tittle p {
        width: 60%;
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    #mas-20-drive div.drive-tittle div.drive-cont-tittle{
        margin-bottom: 0;
    }
    #mas-20-drive div.drive-cont-serv {
        display: none;
    }
    section.rent-carousel{
        margin-bottom: 133px;
    }
    section.always-with-us{
        margin-bottom: 77px;
    }
}