@import url("../../css/typography.297ff8161de6.css");

.about-us {
  padding-top: 1rem;
}

.about-us .title {
  margin-bottom: 1.5rem;
}

.about-us p {
  max-width: 60ch;
  font-size: var(--font-size-base);
}
.about-us .main-content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-us .content-part{
  height: auto;
  width: 50%;
  padding: 10px;
}

.about-us .img-part{
  height: auto;
  width: 50%;
  padding: 60px;
}
.about-us .img-part img{
  object-fit: contain;
  border: 2px solid black;
  border-radius: 10px;
  height: 400px;
}