body {

  background-image: linear-gradient(115deg, rgb(140, 232, 255), rgb(1, 65, 90));
  background-repeat: no-repeat;
  width: 100%;
  height: auto;

}

.about-title {
  width: auto;
  margin: 0.5rem 0;
  margin-left: 1.4rem;
  width: auto;
  font-size: 2rem;
  align-items: center;
  /*font-style: italic;*/
  font-weight: bold;
  background-color: rgb(67, 161, 216);
  display: flex;
  justify-content: center;
  width: 22rem;
  height: 3rem;
  box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
  -webkit-box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
  -moz-box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);

}
/* .about-text{
  font-size: 2rem;
} */
#up{
  margin-left: 1rem;
}


.vision {
  width: 90%;
  margin: 0.5rem 0;
  margin-left: 1.4rem;
  width: auto;
  /* display: flex; */
  align-items: center;
  /*font-style: italic;*/
  /* border: 1px solid red; */
}

.card-body {
  margin-bottom: 1rem;
  margin-left: 3rem;
  margin-top: 1rem;
  font-size: 1.4rem;
}
.about-text{
  margin-left: 4rem;
  font-weight: 500;
}




.card-title {
  font-size: 2rem;

}


#h5 {
  margin-bottom: 1rem;
}



.about-titlee {
  background-color: rgb(67, 161, 216);
  display: flex;
  justify-content: center;
  width: 6.5rem;
  height: 3rem;
  box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
  -webkit-box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
  -moz-box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
}

.about-titleee {
  background-color: rgb(67, 161, 216);

  display: flex;
  justify-content: center;
  width: 7.8rem;
  height: 3rem;
  border-radius: 2px;
  box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
  -webkit-box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
  -moz-box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
}

.about-titleeee {
  background-color: rgb(67, 161, 216);

  display: flex;
  justify-content: center;
  width: 10rem;
  height: 3rem;
  border-radius: 2px;
  box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
  -webkit-box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
  -moz-box-shadow: 6px 8px 10px -3px rgba(21, 36, 11, 1);
}

.follows{
  color: rgb(78, 23, 168);
  font-size: 2rem;
}

/* Responsivenes-------------------------------- */
@media (max-width: 1024px) {

.about-title {
  font-size: 1.5rem;
  width: 17rem;
}
.about-titlee {
  font-size: 1.5rem;
  width: 5rem;
}
.about-titleee {
  font-size: 1.5rem;
  width: 6rem;
}
.about-titleeee {
  font-size: 1.5rem;
  width: 8rem;
}
.about-titleeee {
  font-size: 1.5rem;
  width: 8rem;
}
.card-text{
  margin-right: 1rem;
}

}
@media (max-width: 550px){
    
    #up{
        font-size: 1rem;
        margin-left:-.5rem;
    }
    .card-text{
        font-size: 1rem;
        margin-left: -2rem;
    }
    .follows{
        font-size: 1.5rem;
         margin-left: -2rem;
    }
}
