.sy_nav{margin: 0;background-color: #f7f7f7;}
.sy_nav_c{color: #333;}
.sy_nav_a{color: #333;font-weight: 600;}

.spt_type{padding: 100px 6%;display: flex;justify-content: space-between;}
.spt_type_i{width: 31%;display: flex;flex-direction: column;align-items: center;background-color: #f8f8f8;height: 50rem;gap: 30px;padding: 10rem 0;border-radius: 10px;}
.spt_type_i>h1{font-size: 40px;font-weight: 600;text-align: center;}
.spt_type_i>p{font-size: 16px;}
.spt_type_i>h2{font-size: 30px;margin: 40px 0 0;}



@media screen and (max-width: 1200px) {

    .spt_type{padding: 8rem 2rem;flex-direction: column;gap: 2rem;}
    .spt_type_i{width: 100%;padding: 6rem 2rem;}
    .spt_type_i>h1{font-size: 3rem;}
    .spt_type_i>p{font-size: 2rem;}
    .spt_type_i>img{width: 100%;}
}<!--0.00026202201843262-->