.service-block .wp-block-image {
    margin-bottom: 0;
}
.service-block img {
    width: 170px;
    margin-bottom: 0;
}
.service-block p:first-of-type {
    font-size: 20px;
    font-weight: bold;
}
.service-block {
    border-radius: 15px;
    padding: 5px 20px 20px;
}
.service-block .title {
    padding-top: 15px;
}
.is-style-design02 {
    border-bottom: 3px solid #006cc6 !important;
    border-left: 3px solid #006cc6 !important;
    color: #006cc6 !important;
}
.is-style-design02::before {
    border-color: #006cc6 transparent transparent transparent !important;
}
.syugo-service-wrap {
    border: 1px solid;
    border-radius: 15px;
    padding: 5px 20px 20px;
    text-align: center;
}
.syugo-service-wrap.tv {
    border: 1px solid #fdeff5;
    background-color: #fdeff5;
}
.syugo-service-wrap.internet {
    border: 1px solid #eaf6fd;
    background-color: #eaf6fd;
}
.syugo-service-wrap p.syugo-service-txt {
    margin-top: 26.5px;
}
.syugo-service-wrap img {
    margin-bottom: 0;
    height: 114px;
}
@media screen and (max-width: 767.98px) {
    .syugo-service-wrap.tv {
        margin-bottom: 35px;
    }
}  