.aboutus {
  margin-top: 30px;
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus__content {
  background: rgba(0, 0, 0, 0.48);
  padding: 160px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutus__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.aboutus__title {
  color: #fff;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.aboutus__subtitle {
  color: #fff;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.aboutus__button {
  padding: 18px 28px;
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 44px;
  background-color: #fff;
}

.license {
  justify-content: space-between;
  display: flex;
  margin-bottom: 100px !important;
}
.license__collage {
  display: flex;
  gap: 40px;
}
.license__collage-img {
  max-width: 283px;
  max-height: 400px;
}
.license__contant {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.license__title {
  color: #6da9a6;
  font-family: "Monterchi Trial";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}/*# sourceMappingURL=aboutus.css.map */
@media (max-width: 768px) {
	.license {
		display: block;
	}
	.license__collage {
		padding-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
	}
h2.aboutus__title {
    text-align: center;
}
}