/* Navigation Bar */
.navbar ul li a {
    color: #222222;
}

/* About Section */
.about_section {
    padding-top: 75px;
}
.about_img {
    width: 100%;
    height: 500px;
    position: relative;
    display: block;
}
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about_section ul li {
    font-size: 18px;
    line-height: 2;
}
.why_us {
    background: #F0F0F0;
}
.why_us img {
    width: 80px;
    height: auto;
    margin: auto;
}
.why_us h3 {
    color: #243c7a;
    font-size: 25px;
}

/* Our Team */
.our_team h2 {color: #243c7a;}
.our_team .card {
    padding: 15px;
    box-shadow: 0 2px 30px rgba(0,0,0,0.1);
    border: none;
    margin: 20px 10px;
    height: 350px;
}
.our_team .card img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.our_team .card h4 {
    color: #f3632e;
    text-align: center; 
    margin-top: 10px;
}
.our_team .card .companies {
    margin: 10px auto;
}
.our_team .card .companies img {
    height: auto;
    border-radius: 0;
    display: inline-block;
}
.our_team .card .companies img.aig_logo {width: 40px; margin: 0 15px;}

/* Our Advisors */
.our_advisors h2 {color: #243c7a;}
.our_advisors .card {
    padding: 15px;
    box-shadow: 0 2px 30px rgba(0,0,0,0.1);
    border: none;
    margin: 20px 10px;
    height: 300px;
}
.our_advisors .card img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.our_advisors .card h4 {
    color: #f3632e;
    text-align: center; 
    margin-top: 10px;
}