body{
    overflow-x: hidden;
}
.header{
   margin-left: 300px;
}
.img-car{
    width: 50%;
    height: 10%;
}
.operation{
    max-width:100%;
    width: 100%;
    margin-top: 5.5rem;
}
.about{
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
}

.button{
    border-left: 2px solid rgb(114, 116, 114);
}
section {
    padding: 60px 0;
}


#tabs{
	
    color:black;
}


#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #92C83E;
    border-color: transparent transparent #f3f3f3;
    font-size: 20px;
    font-weight: normal;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color:black;
    font-size: 20px;
}
.bod{
    
    border-left:  2px solid #92C83E;
}