/* banner custom  */
.navbar{
    position: relative!important;
    background-color: black!important;
}
header .navbar-Menu{
    top: 0;
}


.title {
    font-family: Nobel;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 45px;
    letter-spacing: 0.05em;
    color: #424247;
}

.content {
    width: 56%;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Nobel;
    font-size: 18px;
    font-weight: 400;
}

.mt-80-20px{
    margin-top: 80px;
}

@media (max-width: 991px) {
    .mt-80-20px{
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .content {
        width: 90%;
    }
    
    p:has(.header) {
        text-align: left!important;
    }
    .title {
        font-family: Nobel;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0.05em;
        color: #424247;
    }
}

/**umb_name:Header*/
.header {
	font-size:30px;
}

/* DESK MEDIUM (768~991)*/
@media (min-width: 768px) {
    /* banner custom  */
    header #ourCarsList{
        top: 0;
    }
}
