#page-about.about-new .servicelink__item {
    width: 24%;
}

#page-about.about-new .servicelink__item a .ttl {
font-size: 20px;
}

#page-about.about-test .service__detail__txt{
    width: 100%;
}

#page-about.about-new .servicelink__item a .ttl{
padding: 2px 16px 1px 0;
height: 4rem;
display: flex;
flex-direction: column;
justify-content: center;
}
@media screen and (max-width: 1150px) {
#page-about.about-new .servicelink__item a .ttl {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
    #page-about.about-new .servicelink__item {
        width: 49%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    #page-about.about-new .servicelink__item {
        width: 100%;
    }
}