.about-me {
    background-color: #f8f8f8;
}
.about-me h1 {
    color: black;
}
.about-me h1 span {
    color: #FEA82F;
}

.video-section {
    background: linear-gradient(rgba(254, 168, 47, 0.75), rgba(254, 168, 47, 0.5));
}
.video-section h2 {
    padding-top: 3rem;
    color: white;
    letter-spacing: 2px;
}
.video-section .line {
    background-color: white;
    height: 2px;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.video-section video {
    width: 80%;
}

@media(max-width: 768px) {
    .about h1 {
        width: 100% !important;
    }
    .about p {
        text-align: justify;
    }
}