.section_6{
    position: relative;
    display: flex;
    flex-wrap: wrap;

    padding: 0 0 100px 0;
    margin-top: 50px;
    /*margin-bottom: 100px;*/
}
.section_6 .row1{
    display: flex;
    justify-content: flex-end;

    margin: 0 auto;
    width: 80%;
}
.section_6 .row1 img{
    width: 70%;
    border-radius: .2rem;
}
.section_6 .row2{
    position: absolute;
    top: 30%;
    left: 10%;
    width: 40%;

    padding: 10px;
    background-color: white;
    border-radius: .25rem;
}
.section_6 .row2 .title{
    font-weight: bold;
    font-size: 2.4em;
}
.section_6 .row2 .description{
}


@media screen and (max-width: 1025px) {
    .section_6 .row2{
        position: absolute;
        top: 40%;
        left: 10%;
        width: 70%;

        padding: 10px;
        background-color: white;
        border-radius: .25rem;
    }

}
@media screen and (max-width: 769px) {
    .section_6 .row1{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .section_6 .row1 img{
        width: 80%;
        border-radius: .2rem;
    }
    .section_6 .row2{
        position: relative;
        top: 0;
        left: 0;
        width: 80%;

        margin: 0 auto;
        padding: 10px;
        background-color: white;
        border-radius: .25rem;
    }

}
@media screen and (max-width: 426px) {
    .section_6 .row1{
    }
    .section_6 .row1 img{
        width: 90%;
    }
    .section_6 .row2 {
        width: 90%;
    }
}
@media screen and (max-width: 321px) {

}