.function1 {
    padding: 10%;
    text-align: justify;
    margin-right: 310px;
}
.function2{
    padding: 5%;
    text-align: justify;
    margin-left: 310px;
}
.function2img {
    position: absolute;
    bottom: -20%;
    left: -4%;
}
.function3{
    text-align: justify;
    margin-right: 100px;
}
.function3img{
    position: absolute;
    width: 20%;
    right: 0;
}
@media (max-width:1200px) {
    .function1 {
        padding: unset;
    margin-right: unset;
    }
.function2{
    padding: unset;
    margin-left: unset;
}
    .function2img {
        position: relative;
        bottom: unset;
        left: unset;
    }
    .function3{
    margin-right: unset;
}
.function3img{
    position: relative;
    width: unset;
    right: unset;
}
}