.section-first {
    position: relative;
    top: -70px;
    display: flex;
    min-height: 288px;
    justify-content: space-between;
    margin-bottom: -30px;
}

.section-first .section-image {
    max-height: 326px;
    width: 30%;
    background-image: url('../images/section-1-img.png');
    background-size: 100%;   
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 45px;
    padding-left: 10px;
    box-sizing: border-box;
}

.section-first .section-text {
    width: 65%;
    display: inline-block;
    padding-right: 10px;
    box-sizing: border-box;
}

.section-first .section-text h1 {
    font-weight: normal;
}

.section-first .section-text p {
    line-height: 28px;
}

.section-first .section-1-img-lt768 {
    max-width: 100%;
    display: none;
    margin: 0 auto;
    padding: 20px 0;
}

