
  * {font-family: 'Roboto', sans-serif;}

    p {
        font-size: 16px;
        line-height: 1.6;
    }

    /* Box shadow style */
    .box-shadow {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }

    /* Optional: Add hover effect */
    .box-shadow:hover {
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    }

    p{
      margin:0;
    }


    .section-grey {
    margin-bottom: 0;
}

.section-bg {
    background: #f5f5f5;
}



.dg-box-left {
    background: #092a4b;
    border-radius: 40px;
    padding: 75px;
}

.dg-img {
    margin: auto;
    width: 100%;
    border-radius: 10px;
}

.dg-name {
    color: #c19100;
    margin-top: 10px;
}

.dg-title {
    color: white;
}

.dg-campus {
    color: white;
}

.dg-box-right {
    background: #ededed;
    border-radius: 20px;
    padding: 75px;
    margin-top: 40px;
    height: max-content;
}

.dg-message {
    position: relative;
}

.dg-quote {
    color: #c19100;
    font-size: 60px;
    float: left;
    margin-right: 10px;
}

.rector-name {
    font-style: oblique;
    text-align: right;
}

.section-no-margin {
    margin-bottom: 0;
}

.section-light-bg {
    background: #f5f5f5;
}

.director-container {
    /*display: flex;*/
    flex-wrap: wrap;
}

.director-box-left {
    background: #092a4b;
    border-radius: 40px;
    padding: 75px;
}

.director-image {
    margin: auto;
    width: 100%;
    border-radius: 10px;
}

.director-name {
    color: #c19100;
}

.director-title,
.director-campus {
    color: #ffffff;
}

.director-box-right {
    background: #ededed;
    border-radius: 20px;
    padding: 75px;
    height: max-content;
}

.director-message {
    position: relative;
}

.director-quote {
    color: #c19100;
    font-size: 60px;
    float: left;
    margin-right: 10px;
}

.director-sign {
    font-style: oblique;
    text-align: right;
}


    @media(max-width:1199px) and (min-width:781px)
    {
      .img-responsive{
        width:34%!important;
      }

    }


    @media(max-width:1325px) 
    {
      .box-shadow:nth-child(2){
        height: auto
      }
    }
