/* #migrationsDescSec{
    padding-top: 100px;
} */
@media (max-width: 1300px) {

    main {
        --FMultiplier: 0.7;
    }
}

@media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {
    .banimageright {
        min-height: 370px;
    }
}

@media (max-width: 991px) {

    .migrationCard {
        padding-top: 2rem;
    }
}


@media (max-width: 576px) {
    #roundTabSec .nav-item {
        width: 100%;
    }

    #roundTabSec .nav-pills .nav-link {
        width: 100%;
    }
}