body {
    color: #28292f !important;
}

header {
    background: #e7f1fa !important;
}

.segmenti-img {
    object-fit: cover;
    width: 100%;
    max-height: 265px;
    border-bottom-left-radius: .325rem;
    border-bottom-right-radius: .325rem;
}

.listacorsi-img {
    object-fit: contain;
    width: 100%;
    max-height: 265px;
}

.no-radius-bottom {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

iframe {
    min-height: 600px;
    max-height: 600px;
    width: 100%;
}

.lista-materiali li {
    padding: 16px 20px;
    border: 1px solid #dde0e3;
    border-radius: .325rem;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 65px;
        display: block;
        width: auto;
    }
}