.section .gap {
    gap: 1.5rem;
}
.section .right img {
    width: 6.125rem;
}
.section1 .content {
    gap: .4rem;
}
.section1 .content .num {
    font-size: .4rem;
    /* line-height: .5625rem; */
    margin-left: .2rem;
    margin-right: .2rem;
}
.section1 .content p {
    font-size: .3rem;
}
.section1 .contacts {
    margin-top: 1.25rem;
}
.section1 .contacts > p {
    font-size: .4rem;
    margin-bottom: .4rem;
}
.section1 .contacts .text {
    font-size: .35rem;
    margin-left: .225rem;
}

.section2 {
    padding-top: 1.125rem;
}
.section2 .list {
    gap: .3rem;
}
.section2 .list .item {
    padding: .5rem;
    border: .0125rem solid #ddd;
}
.section2 .list .item:hover {
    background: #F7F7F7;
    border-color: #F7F7F7;
}
.section2 .list .item .title {
    margin-bottom: .175rem;
    font-size: .35rem;
}
.section2 .list .item:hover .title {
    color: var(--main-color);
}
.section2 .list .item .subtitle {
    gap: .5rem;
}
.section2 .list .item .subtitle p {
    font-size: .25rem;
}
    
.section3 .content h1 {
    font-size: .3625rem;
    /* line-height: .5125rem; */
    margin-bottom: .3375rem;
}
.section3 .contacts {
    margin-top: .325rem;
    background: #FAFAFA;
    padding: .625rem .45rem;
    width: 13.5rem;
}
.section3 .contacts .flex {
    gap: .625rem;
}
.section3 .contacts strong {
    font-size: .35rem;
    /* line-height: .5rem; */
}
.section3 .contacts span.email {
    font-size: .35rem;
    color: var(--main-color);
}
.section3 .contacts span.copy {
    font-size: .25rem;
    /* line-height: .3625rem; */
    border-bottom: .0125rem solid #1641BC;
    margin-left: .3125rem;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .section1 .content img {
        width: 1.25rem;
    }
    .section1 .contacts img {
        width: 1.5rem;
    }
    .section3 .contacts {
        width: auto;
    }
    .section3 .contacts img {
        width: 2.5rem;
    }
    .section3 .content h1 {
        font-size: 16px;
    }
}