@media(min-width:992px) and (max-width: 1199px){
    .footer-address__social-link{
        font-size: 17px;
    }
    .custom-module__tag{
        font-size: 16px;
    }
    .bt .custom-module__title{
        font-size: 40px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .white-module__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 50px;
    }

    .white-module__tags .custom-module__tag {
        font-size: 16px;
        margin-bottom: 0;
    }

    .custom-module__image {
        margin-bottom: 30px;
    }
    .bt .custom-module__title{
        font-size: 30px;
    }
    .custom-module__tags{
        display: flex !important;
        flex-wrap: wrap;
    }
    .custom-module__text{
        margin-bottom: 30px;
    }
    .custom-slider{
        margin-bottom: 50px;
    }
    .custom-module__np-image{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .header-top__image{
        height: 50vh;
        width: 100%;
        margin-top:20px;
    }
    #header{
        overflow: visible;
        padding-bottom: 0 !important;
    }
    #header .footer-middle__socials-list{
        justify-content: center;
    }
    #header{
        padding: 20px 0;
    }
    .custom-module__venue{
        margin-bottom: 40px;
    }
    .ta-images{
        flex-wrap: wrap;
        gap:30px;
    }
    .venues{
        padding: 40px 0;
    }
    .white-module__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 50px;
    }

    .white-module__tags .custom-module__tag {
        font-size: 16px;
        margin-bottom: 0;
    }

    .custom-module__image {
        margin-bottom: 30px;
    }
    .bt .custom-module__title{
        font-size: 30px;
    }
    .custom-module__tags{
        display: flex !important;
        flex-wrap: wrap;
    }
    .custom-module__text{
        margin-bottom: 30px;
    }
    .custom-slider{
        margin-bottom: 50px;
    }
    .custom-module__np-image{
        margin-bottom: 30px;
    }
}
