.blog-mb {
    font-family: "SF Pro Display-Regular", Helvetica, sans-serif;
    background-color: #fff;
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
    padding: 112px 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
}

.blog-mb .mb0 {
    margin-bottom: 0;
}

.blog-mb .mb36 {
    margin-bottom: 36px;
}

.blog-mb b {
    font-weight: 700;
    font-family: "SF Pro Display-Bold", Helvetica, sans-serif;
    color: #333;
}

.blog-mb i {
    font-style: italic;
    color: rgba(0, 0, 0, 0.50);
}

.blog-mb .green {
    color: #27AE60;
    font-weight: 700;
    font-family: "SF Pro Display-Bold", Helvetica, sans-serif;
}

.blog-mb a {
    color: #2F80ED;
    border-bottom: solid 1px transparent;
    transition: .25s ease-in-out;
}

.blog-mb h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.48px;
    color: #333;
    font-family: "SF Pro Display-Bold", Helvetica, sans-serif;
    margin-bottom: 32px;
}

.blog-mb a:hover {
    border-bottom: solid 1px #2F80ED;
}

.blog-mb p {
    margin-bottom: 16px;
}

.blog-mb ul {
    margin: 32px 0;
    padding: 0;
    list-style: none;
}

.blog-mb ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.36px;
}

.blog-mb .hero {
    margin-bottom: 47px;
}

.blog-mb .hero .title {
    color: #000;
    text-align: center;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    font-family: "SF Pro Display-Bold", Helvetica, sans-serif;
    margin-bottom: 40px;
}

.blog-mb .hero .date {
    font-size: 24px;
    line-height: 105%;
    margin-bottom: 47px;
    text-align: center;
}

.blog-mb .hero .date b {
    color: #000;
}

.blog-mb .hero img {
    max-width: 100%;
    height: auto;
    display: block;
}

.blog-mb .content {
    max-width: 780px;
    margin: 0 auto;
}

.blog-mb .widget {
    margin: 36px 0;
}

.blog-mb .widget .eapps-countdown-timer-has-background {
    padding: 0;
}

.blog-mb .pdf-file {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.48px;
}

.blog-mb .video-block {
    display: flex;
    justify-content: center;
    margin: -16px;
    padding-bottom: 36px;
}

.blog-mb .video-block .video-block-item {
    max-width: 50%;
    width: 100%;
    padding: 16px;
    text-align: center;
    cursor: pointer;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-top: 8px;
    border-radius: 20px;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-iframe-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 1;
    transition: .25s linear;
}

.responsive-iframe-container svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fff;
    border-radius: 14px;
    pointer-events: none;
}

@media (max-width: 575px) {
    .blog-mb .hero .title {
        font-size: 40px;
    }

    .blog-mb .hero .date {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-mb  {
        padding: 70px 16px;
    }

    .blog-mb .hero .title {
        margin-bottom: 32px;
    }

    .blog-mb .hero .date, .blog-mb .pdf-file,
    .blog-mb ul, .blog-mb h2, .blog-mb .mb36 {
        margin-bottom: 24px;
    }

    .blog-mb .video-block {
        padding-bottom: 24px;
    }

    .blog-mb .hero, .blog-mb .widget {
        margin-bottom: 32px;
    }

    .blog-mb .video-block {
        flex-flow: column;
    }

    .blog-mb .hero .date {
        margin-bottom: 24px;
        max-width: 70%;
        margin-left: 15%;
        line-height: 125%;
    }

    .blog-mb .video-block .video-block-item {
        max-width: 100%;
    }
}