.function1{
    padding: 10%;
    margin-right: 200px;
    text-align: justify;
}
.function1img{
    position: absolute;
    width: 50%;
    bottom: -11%;
    right: -11%;
}
.function4{
    padding: 5%;
    margin-left: 300px;
    text-align: justify;
}
.function4img{
    position: absolute;
    left: -4%;
    bottom: -15%;
    width: 35%;
}
@media (max-width:1000px) {
    .function1{
    padding: unset;
    margin-right: unset;
}
.function1img{
    position: relative;
    width: 50%;
    bottom: unset;
    right: unset;
}
.function4{
    padding: unset;
    margin-left: unset;
}
.function4img{
    position: relative;
    left: unset;
    bottom: unset;
    width: unset;
}
}