.about-section {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.about-block {
    display: inline-block;
    max-width: 500px;
    text-align: left;
    vertical-align: top;
    background-color:#eccd7859;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-block h2{
    text-align: center;
}

.about-block p{
    font-size: 18px;
}

.about-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}