.section-a {
    display: flex;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
    padding: 1rem 0;
    background: black;
}

.section-a-content {
    display: flex;
    max-width: 980px;
    flex-wrap: wrap;
}

.section-a-text {
    flex: 1 1 350px;
    min-width: 280px;
    box-sizing: border-box;
    padding: 0;
}

.section-a-text h2 {
    color: white;
    position: relative;
    text-align: center;
}


.section-a-text p {
    color: white;
    margin-top: 1rem;
    text-align: center;
}

.section-a-image {
    flex: 1 1 300px;
    max-width: 400px;
    overflow: hidden;
    border-radius: 6px;
    box-sizing: border-box;
}