#about_main{
    height: 500px;
    width: 100%;
    background: url('../images/main.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    margin-bottom: 100px;
}
#three_images .col-md-4 {
    margin-top: 100px;
    margin-bottom: -200px;
    position: relative;
    padding: 0px 20px;
}
#three_images .col-12{
    background: #ED0224;
    border-radius: 24px;
    height: 263px;
    width: 100%;
}
#about_sec_2{
    padding: 100px 0px;
}
.logo_red{
    height: 650px;
    width: 85%;
    background: #ED0224;
    border-radius: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#about_sec_2 .logo{
    height: 650px;
    width: 85%;
    background: #294552;
    border-radius: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#about_sec_2 .logo img{
    width: 75%;
}
section#about_sec_2 .para_points .primary-para{
    position: relative;
    padding-left: 30px;
}
section#about_sec_2 .para_points .primary-para:before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px;
    background: var(--primary-red);
}

@media only screen and (max-width: 600px) {
    #about_main{
        height: 350px;
        margin-bottom: 50px;
    }
    section#about_sec_2 .logo {
        height: 400px;
        width: 100%;
    }
    .logo_red {
         height: 400px;
         width: 100%;
     }
    section#about_sec_2 .logo img{
        width: 60%;
    }
}

.team_container{
    background: linear-gradient(0deg, rgba(255,255,255,1) 12%, rgba(237,2,36,0.19940476190476186) 12%, rgba(237,2,36,0.1966036414565826) 50%, rgba(237,2,36,0.1966036414565826) 80%, rgba(255,255,255,1) 80%);
}
.team_member{
    background: #294552;
    border-radius: 8px;
    padding: 20px;
}
.team_member h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.team_member p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #CDCDCD;
}

