.section1 .mutilTitle {
    margin-top: .6875rem;
}
.section1 .contacts {
    margin-top: .9375rem;
}
.section1 .contacts p {
    font-size: .3rem;
    margin-bottom: .3rem;
}
.section1 .contacts img {
    width: 1.75rem;
    height: 1.75rem;
}
.section1 .left img {
    max-width: 80%;
}
.section1 .right img {
    width: 9.4375rem;
}

@media screen and (max-width: 768px) {
    .section1 .contacts img  {
        width: 5rem;
        height: auto;
    }
    .section1 .right img {
        width: auto;
    }
    .section1 .contacts .left img {
        max-width: 100%;
    }
}