.num-bl {
    -webkit-text-stroke: 2px #000;
    color: #faebd700;
    font-size: 55px;
}
.text-n-bl {
    font-size: 25px;
    line-height: 30px;
    max-width: 340px;
}
.num-item{
	width: 45%;
}
.num-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	row-gap: 60px;
}
@media (max-width: 767px) {
    .num-list{
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
    }
    .num-item{
        width: 90%;
    }
    .num-bl {
        font-size: 40px;
    }
}

@media (max-width: 470px) {
    .num-bl {
        font-size: 35px;
        letter-spacing: 0px !important;
    }
    .num-item{
        width: 100%;
    }
    .text-n-bl {
        font-size: 19px;
        line-height: 20px;
    }

}
.video-item {
    position: relative;
}
img.play-img {
    position: absolute;
    left: calc(50% - 82.5px);
    top: calc(50% - 43.5px);
    cursor: pointer;
    z-index: 1;
}
.vid-title {
    position: absolute;
    right: 85px;
    background-color: #9DFA3A;
    top: 106px;
    font-size: 28px;
    max-width: 442px;
    padding: 25px 45px;
    border-radius: 12px / 21px;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
    .num-bl {
    font-size: 34px !important;
  }
}