.helping-power-sec {
    background: #e03103;
    padding: 150px 0;
    position: relative;
}

.video-box iframe {
    width: 100%;
    height: 205px;
    border-radius: 10px;
}

.media-left iframe {
    width: 100%;
    height: 303px;
    border-radius: 10px;
}

.hero-sec {
    position: relative;
    z-index: 10;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 752px;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.helping-right {
    position: absolute;
    top: 0;
    right: 0;
}

.helping-left {
    position: absolute;
    top: 0;
    left: 0;
}

.helping-right img,
.helping-left img {
    width: 185px;
}

.helping-power-text {
    text-align: center;
}

.helping-power-text span {
    color: rgba(254, 254, 254, 0.75);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.helping-power-text h2 {
    color: #fefefe;
    max-width: 600px;
    width: 100%;
    margin: 14px auto 12px;
}

.helping-power-text p {
    font-size: 20px;
    color: #fefefe;
    font-weight: 400;
    line-height: 26px;
    font-family: "Helvetica";
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 25px;
}

.btn-primry.read-white {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

.btn-primry.read-white:hover {
    background: rgba(245, 254, 253, 0.1);
    color: #fff;
}