/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- ABOUT US ------------------------------------ */

.aboutcontainer {/*background: linear-gradient(var(--lightgrey) , var(--white) );border-radius: 10% 10%  10% 10%; transform: rotate(-0.0015turn);*/ background: var(--lightgrey);}
.aboutcontainer::before {/*
  background: linear-gradient(180deg,var(--color-blue-lighter) 0%,var(--color-white) 100%);
  content: "";
  position: absolute;
  top: var(--mask-offset);
  right: 0px;
  bottom: 0px;
  left: 0px;*/}

.aboutrow {/*transform: rotate(0.0015turn);*/}
.img-a {width:525px; height: auto; background-size:cover; background-position: center;}
.card.card-aboutus {--bs-card-border-radius: 1rem; border: 0px; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 2px 15px -3px var(--grey), 0 10px 20px -2px var(--grey);}
.card-img-abu {height: 500px; /*auto*/  object-fit: cover;object-position: right; position:relative; z-index:1; width:500px; }

h6.abusrc {margin-top: 10px; font-size: 0.8rem; font-weight: var(--thin-weight); font-style: italic; font-family: "Lexend-light", sans-serif !important;}

@media only screen and (max-width: 991px)
{
	.card-img-abu {width:991px; max-width: 100%; }
}

@media only screen and (max-width: 767px)
{
	.card-img-abu {width:767px; max-width: 100%; }
}