main > .section > .default-content-wrapper {
max-width: 1280px;
}
.section.cms .default-content-wrapper picture img {
width: 100%;
}
.section.two-col .default-content-wrapper p {
display: flex;
gap: 2rem;
}
.section.two-col .default-content-wrapper p > a,
.section.two-col .default-content-wrapper p > a img {
width: 100%;
}
@media (max-width: 767px) {
.section.two-col .default-content-wrapper p {
flex-direction: column;
}
}