@media only screen and (max-width: 767px) {

.social-icons{
    display: flex;
}

.puja-gallery{
   background:#f7f7ee;
   height:auto;
    
}
   .carousel-item img {
        height: 220px;
    }
.connect-title{
    font-size:24px;
}
.oikotan-sub-item{
    margin-top: 25px;
}
.subscribe-form button{
    padding:14px 5px;
}
.event-text h1{
    font-size: 21px;
}
.antorik-card{
    width:176px;
    margin: auto;
    height:380px;

}
.subscribe-form button{
    font-size:15px;
}
.swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
  
}
.eventSwiper {
    width:320px;
    margin: auto;
}

.section-title{
    font-size:24px;
}
.antorik-iso-item {
    width: 50%;      
    padding:4px 0px;  
    box-sizing: border-box;
    margin-bottom: 10px;
}

.antorik-details{
    display: list-item;
    
}

.contact-text h1{

    font-size: 17px;
}

}

@media only screen and (max-width: 576px) {
    .navbar-toggler {
        margin-left: auto;
    }
}