
.ask-post-carousel {
    overflow:hidden;
  
}

.ask-post-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    background:#FFF8D2;
    border-radius:20px;
    padding:20px;
}

.ask-post-content{
    width:55%;
}

.ask-post-content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.5;

    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3; */
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.ask-post-content h3 a{
    text-decoration:none;
    color:#111;
}



.ask-post-image{
    width:45%;
}

.ask-post-image img{
    width:100%;
    height:150px !important;
    object-fit:cover;
    border-radius:15px !important;
    display:block;
}

.ask-next,
.ask-prev{
    color:#000;
}

.ask-pagination .swiper-pagination-bullet-active{
    background:#000;
}

@media(max-width:767px){

    .ask-post-card{
        flex-direction:column;
    }

    .ask-post-content,
    .ask-post-image{
        width:100%;
    }

  


    .ask-post-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .ask-post-content,
    .ask-post-image {
        width: 100%;
        
    }

    .ask-post-content {
        display: flex;
        flex-direction: column;
        align-items: center;
         order: 2;
    }

    .ask-post-content h3 {
      
        text-align: center;
        margin: 0 0 10px;
    }

    .ask-post-image {
       
          order: 1;
        width: 100%;
    }

    .ask-post-image img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

 
}
