.pbmit-title-bar-wrapper  {
    height: 360px;
    min-height: 360px;
    background-image: url(../image/demo3-slide-01.png);
}

.pbmit-title-bar-content {
    height: 360px;
    min-height: 360px;
    padding-top: 0;
}

.page-content {
    padding-top: 124px;
}

.media-img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 36px;
}

.play-icon {
    width: 60px;
    height: 60px;
}

.pbmit-featured-wrapper {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar .widget .widget-title {
    color: var(--main-color);
}

.blog-title {
    font-size: 52px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 36px;
    text-align: center;
}

