/* ================================================
   SECTION: IMAGE + TITLE
   ================================================ */
.section-image-title {
    margin-top: 100px;
}

.section-image-title__image {
    width: 100%;
}

.section-image-title__image img {
    width: 100%;
    height: auto;
    display: block;
}

.section-image-title__title {
    margin-top: 20px;
    font-family: var(--aniro-font-body);
    font-size: 24px;
    font-weight: 700;
    color: var(--aniro-color-black);
    text-align: center;
}

@media (max-width: 768px) {
    .section-image-title {
        margin-top: 60px;
    }
}
