.Bold_line {
    color: #225086;
}

.highlight {
    color: #225086;
    font-size: 20px;
}

.paragraph {
    text-align: left;
}

.activity-img {
    width: 43%;
    margin-top: 40px;
}

.Activity_info {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

/* ------P.E.c------ delvin code */

.committe-23 {
    display: flex;
    flex-wrap: wrap;
    color: #225086;
    padding: 0px;
    width: 200px;
    height: 296px;
    word-wrap: break-word;
    flex-direction: row-reverse;
    justify-content: center;
    /* align-items: center; */
}
.committe-img{
    height: 50%;
    height: 50%;
}


.dr_title_info {
    color: #225086;
    text-align: center;
    font-size: 100%;
}

.Title_name {
    text-align: center;
    color: #225086;
    font-size: 35px;
    padding-top: 30Px;
    margin-bottom: 30px;
    ;
}

.executive_committee {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: space-between;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

.Dr_name {
    color: #225086;
    text-align: center;
}

.dr_contact {
    color: #225086;
    text-align: center;
}

.Dr_email {
    color: #225086;
    font-size: 15px;
    text-align: center;
}

.head_title {
    background-color: #225086;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-top: 27px;

}

.Members {
    background-color: #225086;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-top: 75px;
}
.Dr_name{
    font-size:23px;
}


@media screen and (max-width: 767px) {
    /* .activity-img {
        width:80%;
    } */

    .Activity_info {
        flex-direction: column-reverse;
        align-items: center;

    }

    .committe-23 {
        display: flex;
        flex-wrap: wrap;
        color: #225086;
        padding: 5px;
        width: 200px;
        height: 296px;
        word-wrap: break-word;
        flex-direction: row-reverse;
        justify-content: center;
        /* align-items: center; */
    }
}