.img-percorsi{
    width: 75%;
    height: auto;
}


.btn-corsi, .btn-esami{
    width: 10rem;
    font-size: 2rem;
    background-color: #ffffff;
    border: none;
    color: #226bb5;
}

.corsi-esami{
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.btn-primary:hover{
    background-color: transparent;
    color: #226bb5;
}



/*------MEDIA QUERY-----*/

@media screen and (max-width: 410px){

    .btn-corsi, .btn-esami{
        width: 5rem;
    }
    
}

@media screen and (max-width: 575px){

    .logo-partnership-autodesk{
        height: 1.8rem;
    }
    
}


@media screen and (max-width: 767px){

    .col-corsi, .col-esami{
        width: 100%;
        height: 100%;
        align-items: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
        font-size: 1.8rem;
    }
    
    .col-corsi{
        margin-bottom: 2rem;    
    }
    
}


