@charset "utf-8";


#service > img {
    margin-bottom: 20px;
}

#service section:nth-of-type(2) p {
    margin-top: 10px;
}

#service section .flex {
    margin-top: 30px;
    grid-gap: 30px;
}

#service section .flex .box {
    width: 325px;
    background-color: #efefef;
}

@media only screen and (max-width: 768px) {

    #service section .flex {
        grid-gap: 20px;
    }

    #service section .flex .box {
        width: calc(50% - 10px);
    }
}
