.weare1{
    background-color: #00426a;
}
.weare{
    background-color: transparent;
    padding: 20px;
    border-radius: 15px;
    color: #ffffff;
}
.weare h2{
    color: #e06287;
    font-size: 3rem;
}
.weare h3{
    color: #e06287;
    font-size: 2rem;
}
.weare p{
    font-size: 1.2rem;
}

.weare p a{
    color:#088f45 ;
}
.weare1 img{
    align-items: center;
    justify-content: center;
    display: flex;
}

.weare1 .animated {
    animation: spin 150s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.weare2{
    background-color: #00426a;
    color: #ffffff;
}
.weare2 h2{
    color: #ffffff;
    font-size: 4rem;
}
.weare2 p{
    font-size: 1.5rem;
    color: #00426a;
}

.weare2 .vision{
    background-color: #ffb81c;
}
.weare2 .vision{
    color: #00426a;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.weare2 .mission{
  background-color: #e06287;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.wrapper1{
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.weare2 img{
  align-items: center;
  justify-content: center;
  display: flex;
}

@media (max-width: 768px) {
  .weare h2{
      font-size: 2rem;
  }
  .weare h3{
      font-size: 1.5rem;
  }
  .weare p{
      font-size: 1rem;
  }
}

@media (max-width:992px){
  .weare2 h2{
      font-size: 2.5rem;
  }
  .weare2 p{
      font-size: 1.2rem;
  }
}




