.video_dialog {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    position: fixed;
    height: 100% !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
}

.video_area {
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.video_area iframe {
    max-width: 100% !important;
    width: 100%;
    height: 100%;
}

.mfp-close {
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    opacity: .75;
    text-align: right;
    text-decoration: none;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
}

.mfp-close:hover {
    opacity: 1;
}

.watch_video {
    text-decoration: none;
    color: #8F40CC;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch_video:hover {
    color: #a83afd;
}

.watch_text {
    margin-top: 1rem;
    display: flex;
    height: auto !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 14.33333333rem
}

.count {
    height: 10rem;
    background: linear-gradient(90deg, #A328F5 0%, #5596EC 100%);
    opacity: 1;
}

.count .container {
    height: 10rem;
}

.count .container .row {
    height: 100%;
}

.count .container .row div:nth-child(2)::before {
    content: '';
    width: 1px;
    height: 57px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.5;
    position: absolute;
    left: 0;
}

.count .container .row div:nth-child(2)::after {
    content: '';
    width: 1px;
    height: 57px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.5;
    position: absolute;
    right: 0;
}

.count .container .row div {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.count .container .row div p {
    font-size: 1.9rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.53333333rem;
}

.count .container .row div span {
    font-size: 0.76666667rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.53333333rem;
}

.features-link {
	color: #181818;
}
@media screen and (max-width: 768px) {
    .count .col-md-4 {
        width: 33.3% !important;
    }
}