.section__header {
    padding-top: 20px;
    display: flex;
}

.section__header--logo {
    max-width: 100%;
}

@media (max-width: 767px) {
    .section__header--logo {
        max-width: auto;
    }
}

.galery__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.section__paragraph {
    line-height: 1.5;
}

.section__button {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    border: 2px solid black;
    background-color: grey;
}