.single_featured_item a {
    display:flex;
    justify-content: space-between;
    padding: 16px 24px;
    font-size:16px;
    font-weight: 400;
    color:#fff;;
    background-color:#195757;
    line-height: 30px;
    column-gap: 20px;
    align-items: center;
    font-family: "Altone Regular", Sans-serif;
}
.single_featured_item a:hover { background-color: #071739; }
.single_featured_item .full_description { 
    display:none;
}

#sfs_popup_img img  { width:100%; height: 344px; object-fit: cover; }