.media-section {
    padding: 100px 0;
}

.media-section .media-title h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    word-break: break-word;
}

.media-section .media-video {
    margin-bottom: 55px;
}

.media-section .media-video .media-image-video {
    position: relative;
    overflow: hidden;
}

.media-section .media-video .media-image-video .play-btn {
    position: absolute;
    width: 65px;
    height: 65px;
    border: 0px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.media-section .media-video .media-image-video .videoBtn img {
    width: 65px;
    height: auto;
}

.media-section .media-video .media-image-video img {
    width: 100%;
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.media-section .media-video .media-image-video>img:hover {
    transform: scale(1.1);
}

.media-section .media-video .Blog-image-details {
    padding-top: 20px;
}

.media-section .media-video .Blog-image-details h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.05em;
    color: #000000;
}
