@import url("variables.css");

.section-container {
    color: var(--def-color);
    /* display: flex;
    gap: 2rem;
    align-items: stretch;
    flex-wrap: wrap; */
}
.section-img-container {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.section-description {
    flex: 1 1 200px;
}

.list-contact {
    text-align: center;
}

@media (max-width: 600px) {
    .section-container > h1 {
        text-align: center;
    }
}
@media (max-width: 546px) {
    .body-content-size > h1 {
        text-align: center;
    }

    .section-description {
        padding: 0 10px;
    }
}
