.about_one {
    width: 95vw;
    height: 70vh;
    margin: auto;
    background: #18246e;
    background: -o-linear-gradient(308deg, #3248c0 0%, #17236d 100%);
    background: linear-gradient(142deg, #3248c0 0%, #17236d 100%);
}

.about_one_content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about_one_content video {
    width: 100%;
}

.about_one_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    position: absolute;
    width: 60%;
    height: 100%;
    margin-left: 2.5rem;
}

.about_one_text h2 {
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 700;
    text-shadow: 0px 0px 6px #fff;
    letter-spacing: .25rem;
}

.about_one_text h4 {
    color: #FFF;
    font-size: .85rem;
    font-weight: 700;
    margin-top: .75rem;
    margin-bottom: .75rem;
    letter-spacing: .075rem;
    
}

.about_one_text p {
    color: #FFF;
    font-size: .5rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: .025rem;
    
    
}