 .director-home-msg-main {
     background-color: aliceblue;
     padding: 0px 0px 43px 0px;
 }

 .director-home-msg-inner {
     width: 80%;
     margin-left: auto;
     margin-right: auto;
      
 /*     align-items: center; */
/*      height: 200px; */
 }

 .director-message-block-text {
     width: 60%;
 }

 .director-message-pic {
     width: 40%;
     display: flex;
    justify-content: center;
 }
.director-msg-block-text{
    width: 60%;
}
 .director-msg-home-text p {
    

     padding: 10px 40px 0px 40px;
 }

 .quote-img-dir-msg img {
     width: 60px;
     display: block;
 
 }

 .heading-director-message-home{

    text-align: center;
    padding: 10px 1px 0px 1px;
    font-weight: normal;
    font-size: 20px;
    color: #C21717;
}

 .heading-director-message-home-underline{
    position: relative;
    padding-top: 4px;
    margin-bottom: 4px;
 }

 .heading-director-message-home-underline::before {
    background: #C21717;
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 6px;
    bottom: -2px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    width: 24px;
 }

 .heading-director-message-home-underline::after {
    background: #C21717;
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    width: 90px;
}

.director-msg-home-read-more{
    background-color: #C21717;
    color: white;
    padding: 3px 10px 3px 10px;
}
.name-ca-min-dir{
    font-size: 17px !important;
}

.designation-ca-min-dir{
    font-size: 15px !important;
}

@media only screen and (max-width: 600px) {
    .director-msg-home-text p{
        font-size: 12px !important;
  }
}