@charset "UTF-8";

.heading.block_header_4 .h a {
    margin-left: 16px;
}
.heading.block_header_4 .h img {
    width: 29px;
}
.inner_item_txt p:nth-last-of-type(1) {
    text-align: center;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .inner_item:nth-last-child(1) .inner_item_txt h3.h{
padding-top:60px;
}
}
@media screen and (min-width: 769px) {
    .inner_item:nth-last-child(1) .inner_item_txt p{
height:230px;
display: flex;
        justify-content: center;
        align-items: center;
}
}
@media screen and (min-width: 850px) {
    .inner_item:nth-last-child(1) .inner_item_txt p{
height:237.5px;
}
}