@import "./common.css";

.banner-wrapper {
  margin-bottom: 30px;
  position: relative;
}
.banner-wrapper h2 {
  position: absolute;
  bottom: 60px;
  right: 30px;
  text-transform: uppercase;
  color: #f2e9e4;
  font-family: "Alta";
  font-size: 42px;
  line-height: 0;
}
.banner-wrapper h3 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #f2e9e4;
  font-family: "Tajawal";
  font-size: 20px;
  line-height: 0;
}
.banner-wrapper img {
  display: block;
  width: 100%;
}
.aboutus-wrapper img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.aboutus-wrapper p {
  font-size: 16px;
}
.aboutus-wrapper h3 {
  font-family: "Tajawal-Bold";
  font-size: 24px;
}
@media (min-width: 320px) and (max-width: 520px) {
}
