/* xl - DESKTOP STYLES */ 
.custom-subtitle {
    color: #DB2411;
	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.5em;
    display: flex;
    align-items: center;
    gap: 8px; 
}

.custom-subtitle::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
	margin-right: 10px;
    background-color: #DB2411;
    clip-path: polygon(43% 0%, 100% 0%, 57% 100%, 0% 100%);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M6.04 0h8l-6 14h-8z" fill="black"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M6.04 0h8l-6 14h-8z" fill="black"/></svg>') no-repeat center;
}


