.section1 {
    padding-top: 1rem;
    padding-bottom: 1.125rem;
}
.section1 .gap {
    gap: .8625rem;
}
.section1 .content .flex {
    gap: .2rem;
    margin-bottom: .3375rem;
}
.section1 .content .flex p {
    font-size: .3rem;
    /* line-height: .4125rem; */
}

@media screen and (max-width: 768px) {
    .section1 .content .flex img {
        width: 1.25rem;
    }
}