.OT-topImage {
    width: 100%; /* Use 100% width to fill the available space */
}

.ourTeam-headline {
    text-align: center;
    padding: 0.5em;
    font-size: xx-large;
    font-weight: bolder;
    color: white;
}

.ourTeam-content {
    color: white;
    background-color: #f8f8ff14;;
    padding: 2em;
    height: 530px;
    margin: auto;
    max-width: 90%;
    border-radius: 2em;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 2em;
    /* box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);  */
    box-shadow: 0px 0px 20px rgb(105 102 102 / 50%);
    /* margin: 1vh 0; */
    /* line-height: 55.87px; */
    line-height: 30px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: justify;
}

/* Width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d5d0d0;
}

.ourTeam-button {
    text-align: center; /* Center the content inside refundCancel-button */
    margin-top: 20px; /* Adjust the top margin as needed */
}

/* Optional: Add media query for responsiveness */
@media (max-width: 768px) {
    .ourTeam-content {
        padding: 1em;
    }
}

.investment-charter-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
