.ImageIntroduction__ImageSection {
    border: 6px solid #d3d3d3;
    border-radius: 14px;
    padding: 1.5em;
    margin-bottom: .5em;
}

.ImageIntroduction__ImageSection h3{
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #d3d3d3;
    max-width: 280px;
    border-radius: 14px;
    text-align: center;
    margin: 0 auto 1.5em;
    padding: .2em 0;
}

