Helpful tip: Please include your order number for faster assistance.
.vichy-contact-intro {
max-width: 820px;
margin: 0 auto 35px;
text-align: center;
}
.vichy-contact-intro h1 {
margin: 0 0 14px;
font-size: 38px;
line-height: 1.2;
color: #123c7a;
font-weight: 700;
}
.vichy-contact-intro p {
margin: 0 auto;
max-width: 760px;
font-size: 16px;
line-height: 1.8;
color: #4d5d6c;
}
.vichy-contact-cards {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
max-width: 920px;
margin: 0 auto 28px;
}
.vichy-contact-card {
background: linear-gradient(180deg, #f4fcfd 0%, #eef8fa 100%);
border: 1px solid rgba(0, 167, 181, 0.22);
border-radius: 18px;
padding: 28px 24px;
text-align: center;
box-shadow: 0 6px 22px rgba(18, 60, 122, 0.06);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.vichy-contact-card:hover {
transform: translateY(-3px);
box-shadow: 0 12px 28px rgba(18, 60, 122, 0.11);
}
.vichy-contact-icon {
width: 42px;
height: 42px;
margin: 0 auto 16px;
border-radius: 13px;
background: #00A7B5;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-size: 21px;
font-weight: 700;
}
.vichy-contact-card h3 {
margin: 0 0 10px;
font-size: 24px;
color: #123c7a;
font-weight: 700;
}
.vichy-contact-card p {
margin: 0 0 14px;
color: #4f6170;
line-height: 1.7;
font-size: 15px;
}
.vichy-contact-card a,
.vichy-contact-card span {
display: inline-block;
color: #123c7a;
font-weight: 700;
text-decoration: none;
word-break: break-word;
}
.vichy-contact-card a:hover {
color: #00A7B5;
}
.vichy-contact-tip {
max-width: 920px;
margin: 0 auto 30px;
background: #f4fffe;
color: #4d5d6c;
border: 1px solid #00A7B5;
border-left: 5px solid #00A7B5;
padding: 15px 20px;
border-radius: 12px;
text-align: center;
font-size: 15px;
}
.vichy-contact-tip strong {
color: #123c7a;
}
.vichy-business-details {
max-width: 920px;
margin: 0 auto 35px;
background: #ffffff;
border: 1px solid rgba(0, 167, 181, 0.18);
border-radius: 18px;
padding: 26px 24px;
box-shadow: 0 6px 22px rgba(18, 60, 122, 0.05);
}
.vichy-business-details h2 {
margin: 0 0 16px;
font-size: 26px;
color: #123c7a;
font-weight: 700;
}
.vichy-business-details p {
margin: 0 0 10px;
color: #4f6170;
line-height: 1.8;
font-size: 15px;
}
.vichy-business-details a {
color: #00A7B5;
font-weight: 700;
text-decoration: none;
}
.vichy-business-details a:hover {
text-decoration: underline;
}
@media screen and (max-width: 749px) {
.vichy-contact-intro h1 {
font-size: 30px;
}
.vichy-contact-cards {
grid-template-columns: 1fr;
}
.vichy-contact-card,
.vichy-business-details {
padding: 22px 18px;
}
.vichy-contact-card h3 {
font-size: 22px;
}
.vichy-business-details h2 {
font-size: 22px;
}
}