.member-card {
    background: #F4F4F4;
    margin-top: -103px;
    padding: 30px;
    padding-top: 120px;
    border-radius: 10px;
}
.member-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
    color: var(--main-color);
}
.member-subtitle {
    margin-bottom: 9px;
    font-size: 13px;
    height: 29px;
}
h3.department-h3 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 1px;
}
h4.department-h4 {
    font-weight: 500;
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
}
.team-detail-hr {
    height: 6px;
    background: var(--main-color);
    width: 111px;
    margin: auto;
    margin-bottom: 23px;
    margin-top: 14px;
}
.member-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.member-email {
    margin-top: 14px;
}
button.member-card-button {
    background: var(--main-color);
    border: none;
    width: 100%;
    display: flex;
    margin-top: -8px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #FFF;
}
.member-card-button:hover{
    background-color: var(--main-color);
}
.minister-container {
    background: url(../../images/minister-bg.jpg) no-repeat ;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.minister-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
}
.minister-sub-titme {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
}
.minister-right .main-hr {
    margin: 20px 0px;
}
.minister-desc {
    font-size: 16px;
    line-height: 25px;
}
.minister-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.minister-footer button {
    border: none;
    background: #ccc;
    border-radius: 10px;
    padding: 16px 29px;
    color: #fff;
    width: 100%;
    font-weight: 600;
}button.minister-menu-1 {
    background: #CB958E;
}
button.minister-menu-2 {
    background: #847E89;
}
button.minister-menu-3 {
    background: #CB958E;
}
button.minister-menu-4 {
    background: #F7A278;
}
button.member-card-button.with-trophy {
    justify-content: center;
    gap: 5px;
}
.award-cont {
    width: 30px;
    height: 33px;
    width: 33px;
    background: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    color: #ff5100;
}
@media screen  and (max-width:768px){
    .minister-photo{
max-height: 250px;
    }
    .minister-container {
        text-align: center;
    }
    .minister-footer a {
        flex: 100%;
        text-align: center;
      }
      .minister-footer {
        gap: 11px;
    }

    .minister-container {
        background-size: cover;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .minister-title , h3.department-h3{
        font-size: 24px;
    }
    .minister-sub-titme,h4.department-h4 {
        font-size: 19px;
    }
    .minister-right .main-hr {
        margin: 10px 0px;

        display: inline-block;
    }
}