main {
    margin: 50px auto;
    width: 1200px;
    height: 700px;
}

section {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 20px auto;
    padding: 10px;
}

.section-text {
    position: absolute;
    text-align: justify;
    line-height: 30px;
}

.section-text .img-first {
    margin-top: 8px;
    margin-right: 10px;
    width: 340px;
    float: left;
}

.section-text .img-second {
    right: 0;
    margin: 10px;
    width: 200px;
    float:right
}

