#HA_temp {
    overflow: hidden;
    width: 96.5%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    background: white;
    margin-left: 19px;
}
#HA_temp .img-fit{
    height: 100%;
    width: 15%;
    display: flex;
}
#HA_temp .img-fit{
    height: 100%;
    width: 15%;
    display: flex;
}
#HA_temp .ha-img-fit{
    object-fit: cover;
}
#HA_temp .ha-figure {
    max-height: 150px;
}
#HA_temp h2 {
   text-transform: uppercase;
   font-family: "Poppins",sans-serif;
   font-weight: 600;
   font-size: 20px;
   margin-bottom: 5px;
   color: #383838;
}
#HA_temp .ha-media-content {
    flex: 1;
    min-width: 0; /* avoid min-width:auto */
    padding: 1rem;
    margin-left: 1rem;
}

#HA_temp .ha-logo {
    margin-bottom: 8px;
}
#HA_temp .ha-link {
    margin-top: 8px;
    display:table;
}
@media screen and (max-width: 680px){   
#HA_temp{
        display:none;
    }
}

