body {
    background-color: #f7f7f7;
}

.common-container {
    max-width: 1200px;
    padding-bottom: 130px;
}

.page-title {
    display: none;
}

@media (max-width: 1080px) {
    .common-container {
        padding-bottom: 8vw;
    }

    .page-title {
        display: block;
        font-size: 24px;
        margin-left: 4vw;
    }

    .page-title::before {
        content: '';
        position: absolute;
        left: 0vw;
        top: 4.5vw;
        transform: translateY(-50%);
        width: 3.72px;
        height: 6.25vw;
        background: #072EA9;
    }
}