.section-title {
font-size: 32px;
font-weight: 600;
margin: 40px 0 20px;
display: flex;
align-items: center;
gap: 12px;
color: #fff;
}
.section-title::before {
content: '';
width: 4px;
height: 28px;
background: #ed5255;
display: inline-block;
}
.tag {
color:#ed5255;
font-weight:600;
margin-bottom:12px;
}
.desc {
color:#fff;
line-height:1.8;
max-width: 360px;
}
.img-box {
position: relative;
overflow: hidden;
}
.img-box img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-text {
position:absolute;
inset:0;
display:flex;
align-items:center;
justify-content:center;
font-size:72px;
font-weight:700;
color:#fff;
letter-spacing:6px;
background:rgba(0,0,0,0.15);
}
.row-gap {
/* margin-top: 60px; */
}