@import url('/assets/css/variables.css');
.green-meetings{
    background-image: url('https://www.m1xchange.com/thought-xchange/wp-content/uploads/2023/09/shutterstock_2139780347-scaled.jpg');
    background-position: center;
    background-size: cover;
}
.setWidth .swiper-slide{
    width: calc((100% - 45px)/4);
    margin-right: 15px;
    height: auto;
}
.mySwiper .swiper-slide,.mySwiper2 .swiper-slide{
    height:auto !important;
}
.mySwiper .swiper-wrapper,.mySwiper2 .swiper-wrapper{
    height:auto !important;
}
.setWidthnews .swiper-slide{
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    height: auto;
}
.gallery-pill .nav-link.active, .gallery-pill .show>.nav-link{
    color:var(--light)!important;
    background-color: var(--theme)!important;
}
.gallery-pill>.nav-item>.nav-link{
    color:#000;
}
.border-bottom-theme{border-bottom:2px solid var(--theme)!important;}
.ellips-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.h-down-arrow{
    bottom: -21px !important;
    z-index: 55555;
    background: white;
}
.cop-w-50{width:50%}
@media(max-width:992px){
    .setWidth .swiper-slide{
        width: calc((100% - 60px)/3);
        margin-right: 15px;
    }
    .cop-w-50{width:100% !important}
    .img-event{height:auto;}
}
@media(max-width:768px){
    .setWidth .swiper-slide{
        width: calc((100% - 60px)/2);
        margin-right: 15px;
    }
    .setWidthnews .swiper-slide{
        width: calc((100% - 30px)/2);
        margin-right: 15px;
        height: auto;
    }
}
@media(max-width:300px){
    .setWidth .swiper-slide{
        width: 100%;
    }
    .setWidthnews .swiper-slide{
        width: 100%;     
    }
}