.hpb-16580-container {
display: flex;
flex-wrap: wrap;
width: 100%;
overflow: hidden;
position: relative; }
.hpb-16580-content { flex: 0 0 50%;
max-width: 50%;
padding: 60px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
min-width: 300px;
z-index: 2;
box-sizing: border-box; }
.hpb-16580-image { flex: 1; 
min-width: 300px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
min-height: 300px;
border: none; 
background-color: #000;
} .hpb-16580-image::before {
content: "";
position: absolute;
top: 0; 
left: 0; 
right: 0; 
bottom: 0;
transition: all 0.3s;
z-index: 1; pointer-events: none; }
.hpb-16580-category {
display: inline-block;
border-radius: 4px;
margin-bottom: 20px;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
line-height: 1;
}
.hpb-16580-title {
margin: 0 0 20px 0;
padding: 0;
line-height: 1.2;
}
.hpb-16580-title a {
color: inherit;
text-decoration: none;
transition: opacity 0.3s;
}
.hpb-16580-title a:hover {
opacity: 0.8;
}
.hpb-16580-excerpt {
margin-bottom: 30px;
font-size: 16px;
line-height: 1.6;
max-width: 500px;
}
.hpb-16580-cta {
display: inline-flex;
align-items: center;
text-decoration: none;
font-weight: bold;
transition: color 0.3s;
margin-top: auto;
}
.hpb-16580-arrow {
margin-left: 8px;
transition: transform 0.3s;
}
.hpb-16580-cta:hover .hpb-16580-arrow {
transform: translateX(5px);
}
.hpb-16580-placeholder {
padding: 40px;
background: #f0f0f0;
text-align: center;
border: 1px dashed #ccc;
color: #666;
}
.hpb-16580-no-image {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
background: #333;
color: #aaa;
} @media (max-width: 767px) {
.hpb-16580-container {
flex-direction: column-reverse;
}
.hpb-16580-content {
padding: 30px;
flex: 0 0 100% !important; max-width: 100% !important;
}
.hpb-16580-image {
border: none;
flex: 0 0 100%; }
}