.inspiration {
    background: #1c4f9c;
}

.inspiration-container {
    max-width: 1368px;
    margin: 0 auto;
    padding: 45px;
}

.inspiration h2 {
    color: white;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
}

.inspiration h3 {
    font-size: 34px;
    line-height: 44px;
    color: white;
    text-align: center;
    font-weight: 400;
}

@media (max-width: 992px) {
    .inspiration h2 {
        font-size: 36px;
        line-height: 1;
    }

    .inspiration h3 {
        font-size: 24px;
        line-height: 1;
    }
}
