
.carousel-btn {
    font-size: 20px !important;
    color: var(--dark2) !important;
    border: 1px solid #ACE2D8 !important;
}
.carousel-btn:hover{
    color: var(--dark2) !important;
    background-color: #ACE2D8 !important;
}

.preview-img {
    position: absolute !important;
    right: 5%;
    bottom: 5%;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    width: 50px !important;
    height: 50px !important;

}

.expandImg-width {
    max-width: 60% !important;
}

.info-card {
    position: relative !important;
    display: flex;
    flex-direction: column !important;
    word-wrap: break-word !important;
    background-clip: border-box !important;
    border: 0px !important;
    padding: 0px !important;
    height: 224px !important;
    width: 170px !important;
}
/* .hover-green > a {
    color:  unset !important;
    text-decoration: none!important;
} */
.carousel-width{
    width:767px !important;
    height: 432px;
}
.img-link{
    object-fit: fill !important;
}
.warp-image-modal {
    background-color: black;
    width: 974px;
    height: 432px;
}
/*.description-section{
    height: 100px; 
}*/
@media only screen and ( min-width: 767px) {
    #widget-infographic-area .carousel-item>img{
        height: 433px;
        min-width: 767px;
        background-color: black;
    }
  }