.showcase-text-content { gap: 32px; }
.showcase-text-content h2 { font-size: 48px; font-weight: 600; line-height: 1.33; margin-bottom: 0; }
.showcase-text-content h2 span { position: relative; display: inline-block; }
.showcase-text-content h2 span:after { content: ''; width: 102%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) skewX(-6deg); background: #c5e1b7; z-index: -1; }
/* ====================================================== 
! Extra large devices (large desktops, less than 1600px)
====================================================== */
@media (max-width:1599.98px) {
 }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 .showcase-text-content h2 { font-size: 42px; }
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .showcase-text-content { gap: 24px; }
.showcase-text-content h2 { font-size: 36px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .showcase-text-content h2 { font-size: 30px; }
.showcase-text-content br { display: none; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
