.content-section {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
    text-align: left;
    line-height: 2;
    margin-top:50px;
}

.section-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: none;
}

.section-heading {
    font-size: 28px;
    color: #0b1f40;
    margin-top: 20px;
}

.section-paragraph {
    font-size: 18px;
    color:black;
    margin-top: 15px;
    line-height: 2;
}

.quote-container {
    /* width: 70%; */
    margin: 30px auto;
    text-align: left;
}

.quote-box {
    background-color: #0b1f40;
    padding: 20px;
    position: relative;
    font-style: italic;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.quote-box p{
    color: white;
    line-height: 2;
}
.quote-mark {
    position: absolute;
    font-size: 4rem;
    color: #006400;
    top: -10px;
    left: -15px;
}

.quote-text {
    font-size: 18px;
    color:#ffcc00 !important;
    line-height: 1.6;
}
