.home-landing.home-custom-bg {
background-image: url('/images/home/custom/ea5ec2007f75c7b20047794efcc22083.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-custom-intro {
margin: 0
font-size: clamp(1.4rem, 4vw, 2rem)
font-weight: 600;
}

.home-custom-webcv {
margin-top: 1rem
border-radius: 999px
padding: 0.6rem 1.5rem;
}

.home-custom-quick-tile.button-icon {
font: bold 13px Arial, sans-serif;
background-image: linear-gradient(135deg, rgba(236, 72, 153, 0.85), rgba(139, 92, 246, 0.75));
color: #fff;
border-radius: 12%;
border: none;
text-align: center;
height: 250px;
padding-top: 1vh;
margin-bottom: 30px;
box-shadow: 0 0.45rem 1.4rem rgba(139, 92, 246, 0.35);
}

.button-icon.home-quick-tile-add {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}