.simple-text-image h1 {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 32px;
    margin-top: 0;
    color: var(--sininen);
}

.simple-text-image h2 {
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 32px;
}

.simple-text-image h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
}

.si-image {
    object-position: center center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.si-space {
    padding: 0 0;
}

/*.si-content p:last-of-type {
    margin-bottom: 0;
}*/

/* MEDIA QUERIES */
@media (min-width: 576px) {
    .si-image {
        max-height: 500px;
    }
}

@media (min-width: 768px) {
    .si-space {
        padding: 110px 0;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .simple-text-image h1 {
        font-size: 50px;
    }
    .si-image {
        max-height: unset;
    }
}

@media (min-width: 1400px) {
    .simple-text-image h1 {
        font-size: 56px;
    }
}