.about_childLinksItem_link {
    display: block;
}

.about_childLinksItem_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.about_childLinksItem_heading {
    margin: 1em;
    font-size: 2rem;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .about_childLinksItem_heading {
        font-size: 1.8rem;
    }
}


.about_subLinkList_item {
    font-size: 1.6rem;
    margin: 20px 20px 20px 40px;
}

@media screen and (max-width:767px) {
    .about_subLinkList_item {
        margin: 4.83vw 4.83vw 4.83vw 6.76vw;
    }
}