
    .fuji-v13-container {
        width: 92%;
        max-width: 1600px;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 25px;
        text-align: center;
        box-sizing: border-box;
    }
    .fuji-v13-title {
        font-family: 'Oswald', 'Oswald-Regular', 'Impact', 'Arial Narrow', sans-serif !important;
        font-size: 40px;
        color: #333333;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 15px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }
    .fuji-v13-subtitle {
        font-family: 'Open Sans', 'Arial', sans-serif !important;
        font-size: 16px;
        color: #555555;
        line-height: 1.6;
        margin: 0 auto;
        max-width: 1200px;
    }
    .fuji-v13-subtitle strong {
        color: #333333;
        font-weight: 700;
    }
    @media screen and (max-width: 768px) {
        .fuji-v13-container {
            width: 92%;
            padding-top: 40px;
            padding-bottom: 15px;
        }
        .fuji-v13-title {
            font-size: 28px !important;
        }
        .fuji-v13-subtitle {
            font-size: 14px !important;
        }
    }
