.gdrfa-section-container {
    display: flex;
    padding: 0 var(--padding-padding-xxl, 32px);
    flex-direction: column;
    /*align-items: center;*/
    gap: var(--gap-gap-3xl, 64px);
    align-self: stretch;
}

.gdrfa-section-body {
    display: flex;
    width: -webkit-fill-available;
    max-width: var(--device-Breakpoint);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--gap-gap-3xl, 64px);
}

.address-section {
    display: flex;
    max-width: var(--device-Breakpoint);
    align-items: flex-start;
    gap: var(--gap-gap-3xl, 64px);
    width: -webkit-fill-available;
}

.map-container {
    display: flex;
    align-items: center;
    gap: 64px;
    flex: 1 0 0;
    align-self: stretch;
}

.address-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-gap-xl, 24px);
    flex: 1 0 0;
}

.text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.address-Headline {
    color: var(--surface-on-surface, #000);

    /* H6/Regular */
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-h6, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-h6, 28px);
    /* 140% */
}

.address-Subtitle {
    color: var(--surface-on-surface-variant, #4B4545);

    /* Body/Regular */
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-body, 24px);
    /* 150% */
}


.gdrfa-contact-cards-container {
    display: flex;
    max-width: var(--device-Breakpoint);
    justify-content: center;
    align-items: center;
    gap: var(--gap-gap-xl, 24px);
    flex-wrap:wrap;
}

.gdrfa-contact-cards-option {
    display: flex;
    padding: var(--padding-padding-lg, 16px);
    align-items: center;
    gap: var(--gap-gap-md, 12px);
    flex: 1 0 0;
    border-radius: var(--radius-md, 16px);
    border: 1px solid var(--surface-outline, #E4E2E6);
    background: var(--surface-surface, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    flex-direction: row;
    width: 300px;
    min-width: 300px;
}

.contact-cards-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-cards-icon-body {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #F6EBEB;
}

.contact-cards-Text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: center;
}

.contact-cards-Text-heading {
    align-self: stretch;
    color: var(--surface-on-surface-variant, #4B4545);

    /* Body/Regular */
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-body, 24px);
    /* 150% */
}

.contact-cards-description,
.contact-cards-description a {
    align-self: stretch;
    color: var(--surface-on-surface, #000);

    /* H5/Regular */
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-h6, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-h5, 32px);
    /* 133.333% */
}


div:has(> .gdrfa-contact-cards-container),
div:has(> .gdrfa-section-body) {
    width: -webkit-fill-available;
    display: flex;
    gap: 40px;
    flex-direction: column;
}


div:has(.gdrfa-contact-cards-container)::after,
div:has(> .gdrfa-section-body)::after {
    content: unset;
}

.gdrfa-section-Header {
    display: flex;
    width: -webkit-fill-available;
    max-width: var(--device-Breakpoint);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--gap-gap-lg, 16px);
    align-self: stretch;
}

.gdrfa-section-Header .gdrfa-section-Heading {
    color: var(--surface-on-surface, #000);
    text-align: center;

    /* H2/Regular */
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-h2, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-h2, 48px);
    /* 120% */
    letter-spacing: -0.2px;
}


.gdrfa-section-Header .gdrfa-section-Subtitle {

    color: var(--surface-on-surface-variant, #4B4545);
    text-align: center;

    /* H5/Regular */
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-h5, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-h5, 32px);
    /* 133.333% */
}

#divContactForm form {
    display: flex;
    width: -webkit-fill-available;
    max-width: var(--device-Breakpoint);
    padding: var(--padding-padding-xxl, 32px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-gap-xxl, 32px);
    border-radius: var(--Roundness-Round-Outside, 12px);
    border: 1px solid var(--surface-outline, #E4E2E6);
    background: var(--surface-surface, #FFF);
}



    
 @media (min-width: 641px) and (max-width: 768px) {
 	
.address-section{
	flex-direction: column;
}
	    
}
    

    
/* sm: ≤ 640px */
@media (max-width: 640px) {
	.address-section{
	flex-direction: column;
}
}