
/*----------------------------------------*/
/* aboutus
/*----------------------------------------*/
.internal-page-section {padding: 20px 0; background: #fbfdf5 ; background-size: contain; background-position: right; background-attachment: fixed; background-repeat: no-repeat; }

.internal-page-content{padding: 2rem ; background: #fff;}
.internal-page-content h4 {font-size: 40px; font-weight: 600; transition: all .4s ease 0s; margin: 0 0 1rem 0; padding: 0; color: var(--green); font-family: "Playfair Display", serif; }
.internal-page-content h2 {font-size: 30px; font-weight: 600; transition: all .4s ease 0s; margin: 0 0 1rem 0; padding: 0; font-family: "Playfair Display", serif;  color: var(--darkblue); }
.internal-page-content p {font-size: 14px; line-height: 24px; color: var(--darkblue); transition: all .4s ease 0s; }

