.intr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 550px;
  background: linear-gradient(180deg, #8D8D9F 0%, #484955 100%);
}
.intr-container {
  width: var(--maxWidth);
  min-width: 1180px;
  height: auto;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2.5rem;
}
.intr-text {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  width: 560px;
  text-align: justify;
}
.intr-title {
  font-size: 32px;
  font-weight: 600;
}
.margin {
  margin: 20px 0 40px 0;
}
.intr-img {
  width: 500px;
  height: 375px;
  border-radius: 50px 0 50px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .intr {
    padding: 30px 20px 80px;
    display: block;
  }
  .intr-container {
    width: 100%;
    min-width: 100%;
    display: block;
    padding: 0;
  }
  .intr-text {
    width: 100%;
    font-size: 16px;
  }
  .intr-img {
    width: 100%;
    height: 260px;
    border-radius: 20px 0 20px 0;
    margin-top: 20px;
    object-fit: cover;
    object-position: top;
  }
  .pages-bg img {
    object-position: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}
