.card {
    background-color: #fff !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0px 0px 5px 1px #000;
}

.card-img {
    /* padding: 30px 10px 10px 10px; */
    text-align: center;
    max-height: 150px;
    height: 150px;
    min-height: 150px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.card-img-top {
    width: 100px;
    margin: 0 auto;
}

.card-title {
    /* color: #000 !important; */
    font-size: 20px;
    margin-top: 4px;
    font-family: "Roboto";
    font-weight: bold;
}
i {
    font-size: 25px;
}

.speaker_p {
    font-size: 14px;
    color: #000;
}

.text-center {
    text-align: center !important;
}

.card-footerss {
    /* background-color: #F9F9F9; */
    color: var(--text-black);
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-actionss {
    /* border-top: 1px solid var(--color-black); */
    padding-bottom: 0.8rem;
  }
  .client-link {
    position: absolute;
    bottom: -23px;
    right: 10px;
    /* padding: 5px 40px 10px 15px; */
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    /* background-color: #000; */
    
}
.client-link_mobile {
    position: absolute;
    bottom: -11px;
    right: 10px;
    /* padding: 5px 40px 10px 15px; */
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
}



/* .client-link:hover {
    color: #fff;
} */
 .btn_desktop{
    display: block;
 }
 .btn_mobile{
    display: none;
 }
 .card_col{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
 }

@media (max-width: 768px) {

    .btn_desktop{
        display: none;
     }
     .btn_mobile{
        display: block;
     }
     .card_col{
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
     }

    /* Adjust 768px as needed for your breakpoint */
    .card-title {
        font-size: 14px;
        /* Reduced font size for mobile */
    }

    .speaker_p {
        font-size: 12px;
        padding-top: 0px;
        line-height: 19px;
    }

    i {
        font-size: 18px;
    }
}