.t7-community-sec{

}

.t7-community-banner{
    height: 599px;
    overflow: hidden;
}
.t7-community-banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center -200px;
}
.darkBlue-bg{
    background: transparent linear-gradient(180deg, #12284C 0%, #0C182E 100%) 0% 0% no-repeat padding-box;
}

.t7-community-wrap{
    max-width: 921px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    color: var(--color-white);
}
.t7-com-content p{
    color:var(--color-white) !important;
    font-size: 16px;
    line-height: 24px;
}
.emp-pas-wrap{
    gap:53px;
    margin-top: 23px;
}
.emp-pas-wrap > div{
    gap: 26px !important;
}
.blue-circle{
    width: 105.59px;
    height: 105.59px;
    border-radius: 100%;
    border: 5px solid var(--color-yellow);
    overflow: hidden;
    background-color: var(--color-primary-blue);
    margin: 0 auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.emp-pas-wrap > div span{
    width: 150px;
}

@media(max-width:1350px){
    .t7-community-banner img{
        object-position: unset
    }
}
@media(max-width:767px){
    .t7-community-banner {
        height: 296px;
        overflow: hidden;
    }
    .t7-community-banner img{
        object-position: unset
    }
    .emp-pas-wrap {
        gap: 75px;
        margin-top: 30px;
    }
    .emp-pas-wrap,
    .emp-pas-wrap > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .emp-pas-wrap > div span{
        width: 100%;
    }
    
}