.banner_section {
    padding: 60px 0;
}

.banner_section .play_banner {
    padding: 80px 0;
    position: relative;
}

.banner_section .banner_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_section .banner_wrapper .banner_content {

    color: #fff;
}

.banner_section .banner_wrapper .banner-text {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-family: Roboto Slab, Bold;
    text-shadow: 0px 3px 6px #370000;
}

.banner_section .banner_wrapper .bold-text {
    font-weight: 900;
}

.banner_section .banner_wrapper .text {
    text-align: center;
    font-size: 22px;
    opacity: 1;
    margin-bottom: 20px;
    /* justify-content: center; */
    /* align-items: center; */
    /* display: flex; */
    font-family: Roboto Slab, Bold;
}

.banner_section .banner_wrapper .divider {
    width: 60%;
    height: 1px;
    background: #fff;
    margin-bottom: 20px;
    margin: 10px auto;
}

.banner_section .banner_wrapper .play_btn .btn {
    height: auto;
    width: 230px;
    margin: 0 auto;
    display: flex;
}

@media(min-width:0px) and (max-width:574px) {
    .banner_section .play_banner {
        padding: 20px 0;
        position: relative;
    }
    .banner_section .banner_wrapper .banner-text {
        font-size: 23px;
    }
    .banner_section .banner_wrapper .text {

    font-size: 16px;

    }
    .banner_section .banner_wrapper .play_btn .btn {

        width: 170px;

    }
}

@media(min-width:575px) and (max-width:767.98px) {
    .banner_section .play_banner {
        padding: 20px 0;
        position: relative;
    }
    .banner_section .banner_wrapper .banner-text {
        font-size: 25px;
    }
    .banner_section .banner_wrapper .text {

    font-size: 17px;

    }
    .banner_section .banner_wrapper .play_btn .btn {

        width: 180px;

    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner_section .play_banner {
        padding: 20px 0;
        position: relative;
    }
    .banner_section .banner_wrapper .banner-text {
        font-size: 26px;
    }
    .banner_section .banner_wrapper .text {

    font-size: 21px;

    }
    .banner_section .banner_wrapper .play_btn .btn {

        width: 190px;

    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner_section .play_banner {
        padding: 20px 0;
        position: relative;
    }
    .banner_section .banner_wrapper .banner-text {
        font-size: 27px;
    }
    .banner_section .banner_wrapper .text {

    font-size: 21px;

    }
    .banner_section .banner_wrapper .play_btn .btn {

        width: 190px;

    }
}