/* CONTENT: */

.content-wraper {
    width: 100%;
    position: relative;
}


/* INFO */
.home-info{
    position: relative;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: #000;
    padding: 50px;
}
.home-info .chevron-red{
    color: rgb(199, 13, 13);
    font-size: 20px;
}
.home-info .label-detail{
    font-size: 20px;
}

.team-container{
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 20px;
    height: 400px;
}

.team-container .column-33{
    width: 30%;
    float: left;
    height: 360px;
    margin: inherit;
    margin-left: 3%;

}
.team-container .team{
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.driver-container{
    background-color: white;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    transform: rotate(180deg);
    border-radius: 40px;
}
.driver-image{
    height: 50%;
}
.driver-image div{
    background-position: center;
    background-size: cover;
    height: 100%;
    transform: rotate(180deg);
}
.driver-info{
    background-color: white;
    height: 50%;
    transform: rotate(180deg);
   
}
.driver-info h3{
    font-size: 25;
    margin: 0;
    padding-top: 10px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}
.driver-info div{
    width: max-content;
    margin: auto;
}
.driver-info span{
    font-weight: 100;
    color: red;
    margin-top: 5px;
}
.driver-info .by{
    color: #000000;
}
.driver-info img{
    display: block;
    max-width: 80%;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: 25%;
    margin-left: auto;
    margin-right: auto;
}

  

/* For mobile phones: */
@media only screen and (max-width:1130px) {


}

@media only screen and (max-width:600px) {

    
    .team-container {
        display: inline-table;
        margin-bottom: 20px;
    }
    .team-container .column-33 {
        width: 100%;
        margin: inherit;
    }
 
    
}

@media only screen and (max-width:500px) {

    .home-info{
        padding: 20px;
    }

}