body {
    font-family: Arial, sans-serif;
}

body {
    font-family: 'Inter', sans-serif;
    color: #222;
}

section.bespoke-hero {
    background: linear-gradient(180deg, #ffe6df 0%, #eeeaff 50.52%, #c8eeff 100%);
    padding: 50px 0 50px 0;
}

.hero-title {
    color: black;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.312rem;
    margin-bottom: 4rem;
    margin-left: -9px;
}

.hero-sub {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
}

.col-12.col-md-7.offset-md-1 {
    margin-left: 0.333333%;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

section.digital__content {
    background: white !important;
}

.digital__content {
    padding-top: 50px;
}

.digital_row {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.digital_row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.digital__title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
}

.digital__desc p {
    font-size: 1.2rem;
    margin-bottom: 1rem !important;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.4px;
}

.digital__desc img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.digital__link {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.digital__link:hover {
    text-decoration: underline;
}


/* ux design */

.ux-card {
    margin-bottom: 50px;
}

img.ux-icon {
    width: 80px;
    height: 80px;
    margin: 10px 0 10px 0;

}

.ux-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ux-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}



/* background color 
title height and design
add data rest all okay 
padding amrgin from top bottom
name changes class
*/