

.head3 {
    margin-top: 6%;
    margin-bottom: 1%;

}

#MainText h2 {
    margin-bottom: 02rem;
}

.resources .one p {
    text-align: center;
    max-width: 90%;
    font-size: 1.5rem;
    margin: 10px;
}

.one {
    padding-top: 2%;
    border-radius: 5px;
    margin: 0 2%;
    background: #BA9D53
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 10px;
}

.grid-item {
    padding: 20px;
    text-align: center;
}

.trustee-box-content {
    position: absolute;
    left: 0;
    top: 315px;
    width: 100%;
    height: 100%;
    background: #1F2252;
    opacity: 0.9;
    color: #fff;
    z-index: -1;
    padding: 20px 30px 30px 30px;
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
    text-align: left;
}

.trustee-box-content:hover {
    top: 150px;
}

.trustee-content-heading {
    font-size: 1.7rem;
    color: #BA9D53;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mt-30 {
    margin-top: 10px;
}

.trustee-content-heading2 {
    font-size: 1.4rem;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.trustee-icon-box {
    border-radius: 15px;
    height: 400px;
    background-size: cover;
    background-position: top;
    background-color: #cccc;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 3rem;
}

a {
    color: #BA9D53;
    text-decoration: none;
}

a:hover {
    color: #BA9D53;
    text-decoration: underline;
}

p {
    color: #fff;
}

.trustee-box-img-1 {
    background-image: url(../img/1.png);
}

.trustee-box-img-2 {
    background-image: url(../img/2.png);
}

.trustee-box-img-3 {
    background-image: url(../img/3.png);
}
.trustee-box-img-4 {
    background-image: url(../img/4.png);
}
