.custom-section-margin{
    margin-top: 10px;
}
.section-2{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.manager-main-ti{
    font-weight: bold;font-size: 1.5rem;color: black
}
.manager-img{
    border: 5px solid #2a4fb5;border-radius: 50%;width: 100%
}
.mdv-pad{
    padding: 3%;
}
.mdv-pad-child-2{
    color: black;
    text-align: justify;
    font-weight: 600;
}
.manager-title{
    font-weight: bold;color: #2a4fb5;text-align: center;margin-top: 15px
}
@media (max-width: 1120px) {
    .section-2{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mdv-pad{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
    }
    .mdv-pad-child{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 5%;
    }
    .mdv-pad-child-2{
        color: black;
        text-align: justify;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5%;
    }
}
@media(max-width: 768px){
    .section-2{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mdv-pad{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
    }
    .mdv-pad-child{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
        margin: 0 20% 0 20%;
    }
    .mdv-pad-child-2{
        width: 90%;
        margin: 0 5% 0 5%;
        color: black;
        text-align: justify;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mdv-pad{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}