* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(to right, #060d05, #150606, #000000) !important;
}

.about {
  font-size: 4.5rem !important;
  margin-top: 5rem !important;
  background: -webkit-linear-gradient(90deg,
      rgb(46, 37, 37),
      rgb(255, 255, 255));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media (max-width: 576px) {
  .about {
    margin-top: 2rem !important;
    font-size: 2.5rem !important;
  }

}

/* ===================  oor team section start  ============================*/

.borderA {
  display: grid;
  place-items: center;
  /* border: 5px solid !important; */
  border-radius: 35px;
}

.full-withradiusA {
  position: relative;
  background: linear-gradient(to right, #070f06, #150606, #000000) !important;

  background-clip: padding-box;

  /* border: solid 5px transparent !important;
  border-radius: 1rem; */

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -4px;
    border-radius: inherit;
    background: linear-gradient(to left, rgb(60, 117, 0), rgb(98, 3, 3));
    opacity: 0.7;
  }
}

.team-bg-one {
  /* background-image: url("../img/MD.png") !important; */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  /* height: 400px !important; */
  width: 100% !important;
  border-radius: 30px;
}

.team-bg-two {
  /* background-image: url("../img/accountant.png") !important; */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  /* height: 400px !important; */
  width: 100% !important;
  border-radius: 30px;
}

.team-bg-three {
  /* background-image: url("../img//sale-manager.png") !important; */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  /* height: 400px !important; */
  width: 100% !important;
  border-radius: 30px;
}

.team-card {
  background: linear-gradient(0deg, rgba(81, 2, 9, 0.70) 0%, rgba(11, 0, 0, 0.60) 103.75%);
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  position: absolute;
}

.imagesroundedsetting{
  padding: 15px;
}

/* =================== our mission and vission start ============== */
.mission {
  background: -webkit-linear-gradient(90deg,
      rgb(46, 37, 37),
      rgb(255, 255, 255));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media(max-width:554px)
{
    
.borderA {
 
  border-radius: 20px;
}
.borderA img{
 
  border-radius: 20px;
}
.team-card{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
}

/* =================== our mission and vission end ============== */