.main-header {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-top: 43px;
}

.subheader {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 67px;
}

.images {
    display: flex;
    justify-content: space-evenly;
    padding: 0 50px;
    flex-wrap: wrap;
}

.image-description {
    font-size: 18px;
    font-style: italic;
}

.image-article {
    margin-bottom: 74px;
}


.gallery-image {
    width: 542px;
    height: 354px;
}