#resource-main-title {
    width: 100%;
    padding: 70px 0;
}
#resource-main-title-inner {
    width: 100%;
    text-align: center;
}
#resource-main-title .title {
    font-size:  72px;
    line-height: 110%;
    letter-spacing: -0.04em;
}


@media (max-width: 768px) {
    #resource-main-title .title {
        font-size: 40px;
        line-height: 120%;
    }
}