.text_video_component {
    text-align: center;
    color: #212529;
}

    .text_video_component h1 {
        text-align: center;
        text-transform: uppercase;
        line-height: 48.8px;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: 5%;
        margin-top: 2rem;
        font-family: FordAntennaMedium;

    }

    .text_video_component p {
        text-align: center;
        line-height: 19.2px;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 5%;
        font-family: FordAntennaMedium;
        padding: 0 1rem;
    }

.text_video_component {
    padding: 1rem 200px;
    width: 100%;
}

.video_component video {
    width: 100%;
}


@media (min-width: 1281px) and (max-width: 1440px) {
    .text_video_component {
        padding: 0 75px;
    }
}

@media only screen and (min-width: 1500px) {
    .text_video_component {
        padding: 0rem 100px;
    }
}

@media only screen and (min-width: 1600px) {
    .text_video_component {
        padding: 0rem 150px;
    }
}

@media only screen and (min-width: 1700px) {
    .text_video_component {
        padding: 0rem 175px;
    }
}

@media only screen and (min-width: 1920px) {
    .text_video_component {
        padding: 0rem 200px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .text_video_component {
        padding: 0 75px;
    }

        .text_video_component h1 {
            line-height: 24.4px;
            font-size: 30px;
            margin-top: 2rem;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .text_video_component {
        padding: 0 75px;
    }

        .text_video_component h1 {
            line-height: 24.4px;
            font-size: 30px;
            margin-top: 2rem;
        }
}

@media (min-width: 481px) and (max-width: 768px) {
    .text_video_component {
        padding: 0 75px;
    }

        .text_video_component h1 {
            line-height: 24.4px;
            font-size: 25px;
            margin-top: 2rem;
            padding-left: 1rem;
        }
}

@media (min-width:320px) and (max-width:480px) {
    .text_video_component {
        padding: 1rem 75px;
    }

        .text_video_component h1 {
            text-align: start;
            line-height: 24.4px;
            font-size: 20px;
            margin-top: 0rem;
            padding-left: 1rem;
        }

        .text_video_component p {
            text-align: start !important;
            line-height: 22.4px;
        }
}
