.content-body h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.content-body h3 {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.content-body p {
    margin-bottom: 1rem;
}

.content-body ul, .content-body ol {
    margin-bottom: 1rem;
    padding-left: 1.2rem;
}

.content-body img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 0.375rem;
}

.content-body a {
    color: #0d6efd;
    text-decoration: none;
}

.content-body a:hover {
    text-decoration: underline;
}

.content-body blockquote {
    padding: 1rem;
    margin: 1rem 0;
    border-left: 5px solid #0d6efd;
    background-color: #f8f9fa;
    font-style: italic;
}
.section-4{
	border-radius:12px;
	padding: 50px 0px;
}