.impact {
background-color: #ffffff;
padding: 88px 64px;
font-family: var(--siga-font, "Montserrat", sans-serif);
}
.impact__inner {
display: flex;
flex-direction: column;
gap: 48px;
max-width: 1400px;
margin: 0 auto;
} .impact__header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 64px;
}
.impact__title-block {
display: flex;
flex-direction: column;
gap: 12px;
max-width: 477px;
}
.impact__label {
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-transform: uppercase;
color: var(--siga-gold, #a96f00);
letter-spacing: 0.5px;
}
.impact__heading {
font-size: 32px;
font-weight: 600;
line-height: 42px;
color: var(--siga-navy, #233e55);
letter-spacing: -0.64px;
margin: 0;
}
.impact__description {
max-width: 648px;
font-size: 18px;
font-weight: 500;
line-height: 27px;
color: var(--siga-navy, #233e55);
margin: 0;
} .impact__content {
display: flex;
gap: 24px;
align-items: stretch;
} .impact__stats {
flex: 0 0 355px;
background-color: var(--siga-navy, #233e55);
border-radius: 16px;
padding: 24px 32px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 4px;
color: #fdf1d5;
}
.impact__stat {
display: flex;
flex-direction: column;
gap: 8px;
padding: 24px 0;
}
.impact__stat:first-child {
padding-top: 0;
}
.impact__stat:last-child {
padding-bottom: 0;
}
.impact__stat:not(:last-child) {
border-bottom: 1px solid #fa0400;
}
.impact__stat-value {
font-size: 48px;
font-weight: 600;
line-height: 1;
color: #fdf1d5;
margin: 0;
}
.impact__stat-desc {
font-size: 18px;
font-weight: 500;
line-height: 24px;
color: #fdf1d5;
margin: 0;
} .impact__map {
position: relative;
flex: 1 1 0;
min-width: 0; aspect-ratio: 933 / 496;
border-radius: 16px;
overflow: hidden;
} .impact__map-bg {
display: none;
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
filter: blur(24px) saturate(1.1);
transform: scale(1.2);
}
.impact__map-img {
display: block;
position: relative;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px;
} @media (max-width: 1100px) {
.impact__header {
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
.impact__description {
max-width: 100%;
}
.impact__stat-value {
font-size: 40px;
}
} @media (max-width: 1360px) {
.impact {
padding: 48px 32px;
}
.impact__content {
flex-direction: column;
}
.impact__stats {
flex: none;
width: 100%;
} .impact__map {
flex: none;
width: 100%;
aspect-ratio: auto;
height: 370px;
display: flex;
align-items: center;
justify-content: center;
}
.impact__map-bg {
display: block;
}
.impact__map-img {
width: 100%;
height: 100%;
object-fit: contain;
}
} @media (max-width: 520px) {
.impact {
padding: 40px 20px;
}
.impact__inner {
gap: 32px;
}
.impact__heading {
font-size: 24px;
line-height: 34px;
}
.impact__description {
font-size: 16px;
line-height: 25px;
}
.impact__stat-value {
font-size: 36px;
}
.impact__stat-desc {
font-size: 16px;
}
.impact__label {
font-size: 14px;
}
.impact__map {
height: 220px;
}
}