#start-qudos--btn{
    display: none;
}
.core__header--h1{
   font-size:3rem;
}
.values {
    margin-top: 5rem;
    padding: 0rem 0 5rem 0 !important;
}
.bg-white.rounded {
    box-shadow: 0px 4px 10px 1px rgba(180, 180, 180, .2) !important;
    /* min-height: 15rem; */
}
#platform-car{
    width:13%;
    top: 14.5rem;
    left: 18.5rem;
}
.modal-dialog{
    max-width: 1000px;
}
@media (max-width: 1920px){
    #platform-car{
        top: 16.5rem;
        left: 20.5rem;
    }
}
@media (max-width: 1366px){
    #platform-car{
        top: 18.5rem;
        left: 22.5rem;
    }
}
@media (max-width: 1112px){
    #platform-car{
        width: 12%;
        top: 16.5rem;
        left: 20.5rem;
    }
}
@media (max-width: 1024px){
    #platform-car{
        top: 17rem;
    }
}
@media (max-width: 575px){
    #platform-car{
        top: 13.5rem;
        left: 15rem;
    }
    .team-card .img-thumbnail{
        width: 150px;
    }
    .bg-white.rounded {
        min-height: 30rem;
    }
    .core__header--h1{
        margin-bottom: 7rem;
    }
    .values{
        padding-bottom: 130px !important;
    }
    .modal-dialog{
        margin: 1.5rem;
        margin-bottom: 5rem;
    }
}
@media (max-width: 375px){
    #platform-car{
        top: 12.5rem;
        left: 13rem;
    }
}
@media (max-width: 320px){
    #platform-car{
        top: 11.5rem;
        left: 11rem;
    }
}