.business-model-title {
    font-family: 'Nasalization', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #243757;
    /* Darker blue */
}

.business-model-container{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white !important;
}

.business-model-name {
    font-family: 'Nasalization', sans-serif;
    color: #243757;
    font-size: 40px;
    font-weight: 400;

}

.business-model-text {
    color: #243757;
    font-size: 22px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .business-model-name {
        text-align: end;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        border-bottom: none;

    }
}