:root {
  --bg:rgb(1, 0, 22);
  --bgw:white;
  --bgt:rgb(133, 127, 127);
  --bx: linear-gradient(to right, rgb(61, 61, 207), rgb(0, 0, 53));
}

.abouts {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 8%;
}
.abouts > * {
  width: 600px;
  flex-grow: 1;
}
.abouts > * img {
  width: 100%;
  height: 27pc;
  -o-object-fit: cover;
     object-fit: cover;
}
.abouts .head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px;
}
.abouts .head h1 {
  display: flex;
  margin: 22px;
}
.abouts .head p {
  display: flex;
  width: 100%;
}
.abouts .head span {
  display: flex;
  width: 100%;
  max-width: 100vw;
  flex-wrap: wrap;
  align-items: center;
}
.abouts .head span big {
  width: 200px;
  max-width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 22px;
  background: var(--bx);
  margin: 12px;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  border-radius: 9px;
}
@media screen and (max-width: 800px) {
  .abouts .head span big {
    width: 100%;
  }
}
.abouts .head span big b {
  font-size: 33px;
}
.abouts .head span big > * {
  color: rgb(243, 238, 238);
  text-transform: capitalize;
}

.coomet {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 9%;
  text-align: center;
}
.coomet .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.coomet .head h3 {
  font-size: 30px;
  color: var(--bgt);
}
.coomet .head big {
  display: flex;
  font-size: 40px;
  font-weight: bolder;
}
.coomet .head p {
  font-style: italic;
}
.coomet main {
  display: flex;
  width: 100%;
}
.coomet main big {
  width: 400px;
  margin: 12px;
  background: var(--bxw);
  box-shadow: 1px 3px 2px rgba(84, 56, 167, 0.562);
  padding: 12px;
  border-radius: 12px;
}
.coomet main big i {
  font-size: 40px;
  margin-bottom: 12px;
  height: 34px;
  border-radius: 50%;
  margin: 12px !important;
  width: 34px;
  background: var(--bx);
  color: white;
  padding: 12px;
}
.coomet main big > * {
  color: var(--bx);
}/*# sourceMappingURL=about.css.map */