.cf-wrapper-4ee07f29 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cf-main-4ee07f29 {
    padding: 60px 20px 40px;
}
.cf-container-4ee07f29 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.cf-top-4ee07f29 {
    margin-bottom: 40px;
    text-align: left;
}
.cf-logo-4ee07f29 {
    max-width: 150px;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}
.cf-main-title-4ee07f29 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.cf-spacer-4ee07f29 {
    display: block;
    max-height: 10px;
    width: auto;
    transition: all 0.3s ease;
}
.cf-middle-4ee07f29 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}
.cf-col-left-4ee07f29 {
    flex: 3;
    min-width: 300px;
}
.cf-col-right-4ee07f29 {
    flex: 1;
    min-width: 250px;
}
.cf-heading-wrapper-4ee07f29 {
    display: flex;
    align-items: flex-end; /* Align headings to the bottom */
    min-height: 40px; /* Ensure a minimum height for alignment */
    margin-bottom: 20px;
}
.cf-heading-4ee07f29 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}
.cf-contacts-grid-4ee07f29 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
}
.cf-col-right-4ee07f29 .cf-contacts-grid-4ee07f29 {
    grid-template-columns: 1fr;
}
.cf-contact-item-4ee07f29 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cf-contact-name-4ee07f29 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.cf-contact-detail-4ee07f29 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}
.cf-contact-detail-4ee07f29 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}
.cf-contact-detail-4ee07f29 a:hover {
    opacity: 0.7;
}
.cf-icon-4ee07f29 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
}
.cf-icon-4ee07f29 svg {
    width: 14px;
    height: 14px;
}
.cf-bottom-4ee07f29 {
    padding: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.cf-bottom-4ee07f29 p {
    margin: 0;
}
