:root{
    --primaryColor:#082A99;
    --middleColor:#325c9b;
    --helperColor:#00d084;
    --lightHelper:#EBF4F6;
    --hrColor:rgb(222, 184, 135);
    --transparentColor:#00d0848f;
    --shadow:rgba(189, 188, 188, 0.514);
   /* --------------------------------- */
    --whatsappColor:#25D366;
    --white:#ffff;
    --blue: #1877F2;
    --green: #25D366;
    --gray:  #f8f8f8;
}

.aboutus{
    padding: 2% 0%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aboutus h1{
    width: fit-content;
    margin: auto;
    font-size: 2.5rem;
    color: var(--primaryColor);
    border-bottom: 4px solid var(--primaryColor);
}

.aboutus-container{ 
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

/* --------------------------------------------- */

.aboutus-image{
  width: 45%;
  height: 100%;
  background: linear-gradient(190deg,#FFFFFF0D 0%,#04154C 73%);
  box-shadow: var(--shadow);
  border-radius: 50px 0px;
}

.aboutus-image div{     
    width: 95%;
    text-align: center;
    position: relative;
    top: -20px;
    right:20px;
    border-radius: 50px 0px;
}

.aboutus-image div img{
     border-radius: 50px 0px;
    width: 95%;
    margin: auto;
    height: fit-content;
    object-fit: cover;
}

/* ------------------------------------------------ */

.aboutus-details{
    width: 45%;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutus-details div h3{
    width: fit-content;
    font-size: 2.5rem;
    color: var(--primaryColor);
}

.aboutus-details div p{
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--middleColor);
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media (max-width: 760px) {
    .aboutus{
     gap: 60px;
     padding: 4% 2%;
    }
    
    .aboutus h1{
        font-size: 1.8rem;
    }

    .aboutus-container{ 
        flex-direction: column;
        gap: 50px;
    }

    /* --------------------------------------------- */

.aboutus-image{
    width: 100%;
  }
  /* -------------------------- */
  .aboutus-details{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutus-details div h3{
    width: fit-content;
    margin: auto;
    font-size:2rem;
    color: var(--primaryColor);
    border-bottom: 4px solid var(--primaryColor);
}

.aboutus-details div p{
    font-size: 1.3rem;
    line-height: 2.5rem;
    color: var(--middleColor);
}
 }

 @media screen and (min-width: 761px) and (max-width: 992px){
     
    .aboutus{
     gap: 60px;
     padding: 4% 2%;
    }
    
    .aboutus h1{
        font-size: 2rem;
    border-bottom: 4px solid var(--primaryColor);

    }

    .aboutus-container{ 
        flex-direction: column;
        gap: 50px;
    }

    /* --------------------------------------------- */

.aboutus-image{
    width: 100%;
  }
  /* -------------------------- */
  .aboutus-details{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutus-details div h3{
    width: fit-content;
    margin: auto;
    font-size:2rem;
    color: var(--primaryColor);
}

.aboutus-details div p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: var(--middleColor);
}
 }

 
