.content-section_paragraph{display:flex;flex-direction:column;gap:1rem}.content-section_paragraph h3{font-size:1.5rem;line-height:2rem;font-weight:600;color:hsl(var(--foreground))}.content-section_paragraph h4{font-size:1.25rem}.content-section_paragraph h4,.content-section_paragraph h5{line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}.content-section_paragraph h5{font-size:1.125rem}.content-section_paragraph p{font-size:1rem;line-height:1.5rem;color:hsl(var(--foreground))}.content-section_image{max-height:350px;width:100%;overflow:hidden;border-radius:1rem}.content-section_image img{height:100%;width:100%;border-radius:1rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.content-section_two-images{display:grid;gap:1.5rem}@media (min-width:768px){.content-section_two-images{grid-template-columns:repeat(2,minmax(0,1fr))}}.content-section_two-images img{max-height:270px;width:100%;border-radius:1rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}