.oerview-section {
 padding: 4rem 6rem;
 display: flex
;
 flex-direction: column;
 align-items: center;
}

.oerview-section h2 {
 margin: 2rem 0;
 font-size: 30px;
 font-family: montserrat;
 color: #00567b;
}
.inside-overview-section {
 display: flex;
 justify-content: space-between;
 /* align-items: center; */
}
.overview-left {
 width: 50%;
}
.overview-right {
 width: 40%;
}
.overview-right img {
 width: 100%;
 border-radius: 5px;
 box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);

}

.overview-left p {
 font-size: 16px;
 font-family: poppins;
 line-height: 30px;
 text-align: justify;
 color: #666666;
}
p.captiion {
 text-align: center;
 margin: 1rem 0;
 font-family: poppins;
 color: #333333;
 font-size: 18px;
 font-weight: 500;
}

.about-vision{
 width: 100%;
 padding: 0 4rem;
}
.inside-about-vision{
 display: flex;
 flex-direction: column;
 width: 100%;
 padding: 4rem 0;
 align-items: center;
 justify-content: center;
}
.quote {
 color: #627b83;
 font-family: poppins;
 font-style: italic;
 margin: 2rem;
 /* padding: 0 4rem; */
 width: 48%;
 text-align: center;
 font-size: 21px;
 
}
.about-vision-img {
 width: 90%;

}
.about-vision-img img {
 width: 100%;
 height: 500px;
 border-radius: 5px;
 box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.values-cards {
 display: flex;
 width: 100%;
 padding: 1rem 4rem;
}
.value-card {
 font-family: poppins;
 padding: 0 1rem;
}
.value-card h2{
 font-size: 20px;
 color: #333333;
 margin-bottom: 1rem;
}
.value-card p {
 color: #666666;
 line-height: 27px;
 font-weight: 500;
}

.why-us-section{
 width: 100%;
 padding: 4rem;
}

.why-us-cards {
 display: flex;
}
.why-us-card {
 padding: 2rem;
 display: flex
;
 flex-direction: column;
 align-items: center;
 text-align: center;
 font-family: poppins;
 border-color: #FFFFFFA1;
 /* background-color: #00567b; */
 margin: 0 1rem;
 transition: box-shadow 0.3s ease;
}
.why-us-card img {
 width: 90px;
 margin-bottom: 2rem;
}
.why-us-card h2 {
 font-weight: 600;
 text-transform: capitalize;
 margin-bottom: 2rem;
}
.why-us-card a {
 padding: 1rem 2rem;
 border: 2px solid #00567b;
 color: #00567b;
 text-decoration: none;
 margin-top: 2rem;
 border-radius: 5px;
 transition: all 0.3s ease;
}

.why-us-card:hover{
 box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.why-us-card:hover a{
 background-color: #00567b;
 border-color: white;
 color: white;
}


@media (max-width: 1100px) {
  .why-us-card {
    padding: 1rem;
    font-size: 14px;
}
.why-us-card a {
  padding: 0.8rem 1rem;
}
  
}
@media (max-width: 1024px){
 .overview-right {
  width: 45%;
}
.oerview-section {
 padding: 4rem 4rem;
 display: flex
;
 flex-direction: column;
 align-items: center;
}
.quote {
  font-size: 17px;
}
.values-cards {
  padding: 1rem 1rem;
}

.value-card p {
  font-size: 15px;
}
.why-us-card h2 {
  margin-bottom: 1.5rem;
  font-size: 19px;
}
.why-us-card img {
  width: 70px;
  margin-bottom: 1rem;
}
.why-us-section {
  padding: 4rem 2rem;
}
}

@media  (max-width: 920px) {
 .overview-right {
  width: 48%;
}
.oerview-section {
 padding: 4rem 3rem;
}
.overview-left p {
 font-size: 14px;
 line-height: 24px;
}
.quote {
  width: 70%;
}
.about-vision {
  padding: 0 2rem;
}
.values-cards {
  padding: 1rem 0rem;
}
.why-us-card a {
  padding: 0.8rem 1rem;
  margin-top: 1rem;
}
}

@media (max-width: 800px){
 .overview-right {
  width: 100%;
}.overview-left {
 width: 100%;
}.inside-overview-section {
 flex-direction: column-reverse;
}
.value-card {
  padding: 0 0.5rem;
}
.value-card p {
  font-size: 14px;
}
.value-card {
  margin: 1rem 0;
}
.value-card h2 {
  margin-bottom: 0.5rem;
}
.values-cards {
  flex-direction: column;
}
}

@media (max-width: 765px){
  .why-us-card {
    margin-bottom: 2rem;
}
.why-us-cards {
  flex-direction: column;
}
.why-us-section {
  padding: 0rem 2rem;
}
}

@media (max-width: 600px){
  .why-us-card a {
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}
.inside-about-vision {
  padding: 0rem;
}
}