.about {
    padding: 60px 0;
}
.about .title {
    position: relative;
}
.about .title h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 40px;
}
.leader-word.leader-new {
    padding: 20px;
}

.leader-word {
    height: 450px;
    box-shadow: 0 2px 16.92px 1.08px rgba(0, 0, 0, 0.1);
}


.leader-word.leader-new .leader-img {
    display: flex;
    align-items: center;
    padding: 5px 0 15px;
    border-bottom: 1px dashed #3C7A75;
}
.leader-word.leader-new .leader-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 5px 20px;
}
.leader-word .word-desc h2, .leader-word .leader-img h2 {
    color: #3C7A75;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 32px;
    position: relative;
}
.leader-word .word-desc h2::after, .leader-word .leader-img h2:after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 0;
    height: 4px;
    background: #3C7A75;
    width: 60px;
}

.leader-word .word-desc {
    padding: 40px 20px 20px 15px;
}
.leader-word.part2 .word-desc {
    padding: 10px 20px 20px 15px;
}
.word-desc p {
    color: #3C7A75;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
}
.leader-img-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.leader-name h4 {
    color: #fff;
    margin-bottom: 15px !important;
    font-size: 20px;
    font-weight: 500 !important;
}
.word-more {
    text-align: left;
}
.leader-img.img-auto {
    height: 185px !important;
    margin-left: 0;
}
.leader-img img {
    width: 100%;
    height: 100%;
}
.leader-word.part2 .word-desc h2 {
    margin-bottom: 30px;
    margin-top: 15px;
}
@media(max-width: 767px){
    .leader-word {
        height: max-content;
        margin: 10px 0;
    }
}
/*** style project***/
#projects {
    padding: 50px 0;
}
#projects .title {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
#projects .title span {
    color: #3C7A75;
    font-weight: 600;
    font-size: 40px;
}
#projects .item-list li {
    list-style: none;
}
#projects .item-list li .proi-img {
    height: 250px;
}
#projects .item-list li .proi-img img {
    height: 100%;
}
#projects .item-list li .views-field-title {
    text-align: center;
    margin: 20px 0;
}
#projects .item-list li .views-field-title span {
    font-size: 30px;
    font-weight: bold;
}
#projects .item-list li .proj-desc p {
    font-size: 17px;
}

#projects .more-link {
    text-align: center;
    margin: 35px 0;
}
#projects .more-link a {
    display: inline-block;
    padding: 20px 30px;
    color: #fff !important;
    background: #3C7A75;
    width: auto;
    border-radius: 30px;
}
#projects .more-link a i {
    display: none;
}
#projects  .more-link a::after{
   display:none;
}
/**page project ****/
 .proj-list ul {
    display: flex;
    flex-wrap: wrap;
}
 .proj-list li {
    width: 45%;
    font-size: 16px;
    list-style: none;
    border: 1px solid #ddd;
    padding: 6px;
    box-shadow: 0 0 6px #cfcfcf;
    margin: 0 25px 20px;
}
.proj-list li .views-field-title {
    text-align: center;
    margin: 15px 0;
}
.proj-list li img {
    width: 100%;
    height: 250px;
}
.proj-list li .views-field-title span {
    font-size: 22px;
    font-weight: bold;
}
.proj-list li .views-field-title span a {
    font-size: 22px;
    font-weight: bold;
}

/******* block-views-block-awareness-block-1 *********/
#block-views-block-awareness-block-1 .item-list li  .field-content {
    height: 300px;
    margin-bottom: 15px;
}
#block-views-block-awareness-block-1 .item-list li  .field-content.image img {
    height: 100%;
}
#block-views-block-awareness-block-1 .item-list li span {
    text-align: center;
    margin: 15px 0;
}
#block-views-block-awareness-block-1 .item-list li  span h4.title {
    font-size: 17px;
    font-weight: bold;
}
body.rtl #header.fixed #block-psau-branding .logo-area .logo h1 {
    padding-right: 30px;
    text-align: right;
}
body.rtl #header.fixed #block-psau-branding .logo-area .logo h1 {
    padding-right: 30px;
    text-align: right;
}
#header.fixed #block-psau-branding .logo-area .logo h1,
#block-psau-branding .logo-area .logo h1 {
    font-size: 16px;
}