@charset "UTF-8";
/* CSS Document */
.child_cat {
    margin-top: -5%;
}


h3.child_cat__link__caption {
font-weight: 400;
}


h4.child_cat__link__caption {
font-weight: 400;
font-size: 20px;
}

.child_cat__secondly .child_cat__link__caption {
    padding: 20px 40px;
}

.child_cat__secondly ul {
    gap: 24px;
}

h3, .acms-entry h3, .entry-column h3 {
    font-size: 40px;
    font-weight: 400;
}

.child_cat__link {
border: solid 1px #2449a4;
}

h4 {
    font-size: 31px;
    font-weight: 400;
    padding-block: 30px 20px;
    text-align: center;
}

 h5 {
 font-weight: 400;
 }
 
p {
 font-weight: 400;
}

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

.child_cat {
    margin-top: -60%;
}
}