.section-content-block:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.section-content-block .box-wrapper {
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.30);
    padding: 16px 10%;
    color: rgba(255, 255, 255, 0.90);
    margin-bottom: 1rem;
}

.section-content-block h3,
.section-content-block h2,
.section-content-block h4,
.section-content-block h5,
.section-content-block h6 {
    
    margin-bottom: 14px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 700;
    
}

.section-content-block strong {
    font-weight: 700;
}

.section-content-block h2 {
    font-size: 24px;
}

.section-content-block h3 {
    font-size: 20px;
}

.section-content-block h4 {
    font-size: 18px;
}

.section-content-block p,
.section-content-block a,
.section-content-block ul,
.section-content-block ol {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    color: rgba(255, 255, 255, 0.90);
}

.section-content-block a {
    text-decoration: underline;
}

.section-content-block ul li:not(:last-child),
.section-content-block ol li:not(:last-child) {
    margin-bottom: 10px;
}

.section-content-block li::marker {
    color: rgba(255, 255, 255, 0.90);
}

.section-content-block p {
    margin-top: 0;
}

.section-content-block p:last-of-type {
    margin-bottom: 0;
}

.section-content-block ul,
.section-content-block ol {
    margin-left: 0;
}

.section-content-block b, 
.section-content-block strong {
    font-weight: 700;
}

@media (max-width: 768px) {
    .section-content-block .box-wrapper {
        padding: 16px;
    }
}

@media (max-width: 560px) {
	
}