@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap");
.centerview {
  background: none;
  box-shadow: none;
  padding: 0%;
}
.centerview .item1 {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  padding: 30px 52px;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(255, 255, 255);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .centerview .item1 {
    padding: 20px 20px;
  }
}
.centerview-box {
  border-radius: 12px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.46);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  gap: 2rem;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .centerview-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.centerview-box__img {
  width: 35%;
  height: 350px;
}
@media screen and (max-width: 1024px) {
  .centerview-box__img {
    width: 100%;
  }
}
.centerview-box__img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .centerview-box__img img {
    aspect-ratio: 16/9;
  }
}
.centerview-box__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .centerview-box__body {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill;
    padding: 0px 5px;
  }
}
.centerview-box__body_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .centerview-box__body_text {
    justify-content: space-between;
  }
}
.centerview-box__body_text .title, .centerview-box__body_text .value {
  color: #5d809b;
}
@media screen and (max-width: 768px) {
  .centerview-box__body_text .title, .centerview-box__body_text .value {
    font-size: 14px;
  }
}
.centerview-box__body_text .title {
  width: 120px;
}
.centerview-box__body_text .value {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .centerview-box__body_text .value {
    text-align: end;
  }
}
.centerview-text {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.centerview-text__title {
  color: #5d809b;
  font-weight: bold;
  font-size: 18px;
}
.centerview-text__body {
  padding: 1rem;
  text-align: start;
}
.centerview-text__body_title {
  color: #5d809b;
}
.centerview-text__body ul {
  color: #5d809b;
}
.centerview-staffs {
  padding: 0px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.centerview-staffs__title {
  color: #5d809b;
  font-weight: bold;
  font-size: 18px;
}
.centerview-staffs__body {
  padding: 0px;
  width: 100%;
  text-align: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .centerview-staffs__body {
    grid-template-columns: 1fr;
  }
}
.centerview-staffs__body_card {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #537188;
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1440px) {
  .centerview-staffs__body_card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
}
.centerview-staffs__body_card_img {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
}
.centerview-staffs__body_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.centerview-staffs__body_card_body {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.centerview-staffs__body_card_body .name, .centerview-staffs__body_card_body .staff {
  text-align: center;
  color: #5d809b;
}
.centerview-staffs__body_card_body .name {
  font-weight: bold;
}
.centerview-staffs__body_card_body .connect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.centerview-staffs__body_card_body .connect a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #627e94;
  border-radius: 50%;
}/*# sourceMappingURL=style.css.map */