.contact-hero {
background-color: #faf9f6;
}
.serif-title {
font-family: 'Cormorant Garamond', serif;
font-weight: 500;
color: #000;
text-transform: uppercase;
}
.serif-title-bold {
font-family: 'Cormorant Garamond', serif;
font-weight: 700;
color: #000;
}
.sans-text-regular {
font-family: 'General Sans', sans-serif;
font-weight: 400;
color: #333;
} .dynamic-capsule-container {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #000;
color: #fff;
border-radius: 50px;
font-family: 'General Sans', sans-serif;
font-weight: 500;
white-space: nowrap;
overflow: hidden;
transition: width 0.4s ease-in-out;
}
.capsule-text {
transition: opacity 0.3s ease-in-out;
}
.dynamic-capsule-container.text-fade-out .capsule-text {
opacity: 0;
} .main-title {
margin: 0;
padding: 0;
letter-spacing: -0.02em;
} .btn-contact-us {
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid #000;
border-radius: 50px;
text-decoration: none;
letter-spacing: 0.05em;
background-color: transparent;
color: #000;
transition: background-color 0.3s ease, color 0.3s ease;
white-space: nowrap;
font-size: 22px !important;
}
.btn-contact-us:hover {
background-color: #000;
color: #fff;
}
.btn-contact-arrow-icon {
display: flex;
align-items: center;
}
.btn-contact-arrow-icon img {
display: block;
transition: filter 0.3s ease, transform 0.3s ease;
}
.btn-contact-us:hover .btn-contact-arrow-icon img {
filter: invert(1) brightness(100);
transform: translate(3px, -3px);
} .contact-hero {
padding: 60px 0;
height: auto;
}
.container-match-figma {
display: flex;
flex-direction: column;
padding: 0 20px;
align-items: flex-start;
}
.col-left, 
.col-right {
width: 100%;
}
.dynamic-capsule-container {
padding: 9px 16px;
font-size: 16px;
margin-bottom: 20px;
} .main-title {
font-size: 72px;
line-height: 1.0;
word-break: normal; 
overflow-wrap: break-word; 
}
.col-right {
margin-top: 25px;
}
.col-right .description {
font-size: 16px;
line-height: 1.6;
margin-bottom: 30px;
text-align: left;
margin-top: 0;
}
.btn-contact-us {
width: 208px;
height: 64px;
padding: 0 10px;
}
.serif-title-bold.btn-contact-us {
font-size: 20px;
text-transform: uppercase;
}
.btn-contact-arrow-icon {
margin-left: 8px;
}
.btn-contact-arrow-icon img {
width: 32px;
height: 32px;
} @media (min-width: 1024px) {
.contact-hero {
height: 320px;
padding: 0;
display: flex;
align-items: center;
}
.container-match-figma {
flex-direction: row;
justify-content: space-between;
align-items: center;
max-width: 1600px;
margin: 0 auto;
padding: 0 50px;
}
.col-left {
flex: 1;
}
.dynamic-capsule-container {
font-size: 20px;
margin-bottom: 25px;
}
.main-title {
font-size: clamp(60px, 6.5vw, 104px);
white-space: nowrap; }
.col-right {
max-width: 420px;
margin-left: 100px;
margin-top: 45px;
}
.col-right .description {
margin-bottom: 40px;
}
.serif-title-bold.btn-contact-us {
font-size: 24px;
}
}