@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container > .row{
        --bs-gutter-x: 60px;
    }

    #content .banner{
        background-size: initial;
        padding-bottom: 50px;
        position: relative;
    }

    #content .banner:after{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 745px);
        background: url(/assets/landing/wtwctw/img/banner2.jpg) no-repeat top center;
        background-size: cover;
        z-index: -1;
    }

    #content .banner .info{
        margin-bottom: 125px;
    }

    #content .neil h3{
        text-align: center;
    }

    #content .know_speakers{
        padding-bottom: 80px;
    }

        #content .know_speakers .speaker_item{
            background-color: #fff;
            padding: 0 20px 30px 20px;
            border-radius: 20px;
            margin-top: 160px;
        }

            #content .know_speakers .speaker_item:before,
            #content .know_speakers .speaker_item:after{
                display: none;
            }

                #content .know_speakers .speaker_item .img_shadow{
                    margin-top: -100px;
                    margin-bottom: 20px;
                }

                #content .know_speakers .speaker_item .img_shadow:before{
                    top: -20px;
                    display: block;
                }

    #footer{
        bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    p{
        line-height: 1.2;
    }

    #header .row{
        justify-content: center;
    }

    #header .pp{
        width: calc(100vw - 79px - 80px);
        max-width: 281px;
        height: auto;
        margin-right: 10px;
    }

    #header .aia{
        width: auto;
        height: 79px;
    }

    #content .banner{
        padding-top: 160px;
    }

        #content .banner h1{
            font-size: 22px;
            margin-bottom: 10px;
        }

            #content .banner h1 strong{
                padding: 0;
                font-size: 48px;
            }

        #content .banner .info{
            margin-bottom: 150px;
        }

    #content .form form{
        margin-left: 15px;
        margin-right: 15px;
    }

    #content .speakers{
        padding-top: 20px;
        padding-bottom: 0;
    }

        #content .speakers .speaker{
            padding-right: 30px;
            padding-left: 30px;
        }

            #content .speakers .speaker p{
                margin-bottom: 10px;
            }

            #content .speakers .speaker hr{
                width: 20%;
                margin-bottom: 10px;
            }

    #content .slogan{
        padding-top: 40px;
    }

    #content .neil h3{
        font-size: 22px;
        margin-top: 20px;
    }
}
