.the-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    text-align: center;
}

.the-content hr {
    width: 100px;
    border: 1px solid #fec465;
    margin: 35px 0;
}

.the-content .the-inside {
    display: flex !important;
    width: 75%;
    justify-content: space-between;
    align-items: center;
}

.the-video,
.the-text {
    width: 48%;
}

.the-text {
    padding: 37px;
}

@media (min-width: 320px) and (max-width: 914px) {
    .the-head {
      margin-top: 100px;
    }

    .the-head h1 {
      font-size: 45px;
    }

    .the-content .the-inside {
        width: 100%;
        flex-direction: column;
        margin-top: 0;
    }

    .the-video,
    .the-text {
        width: 90%;
        margin: 0 auto;
    }
}