.ek-who-we-are-title {
  background-image: url("/Home/Img/decore-text-2.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 150px;
  float: right;
  font-size: 24px;
  color: #880088;
  font-family: "MedievalSharp", cursive;
  text-align: center;
  line-height: 75px;
  margin-top: -40px;
}

.ek-who-we-are-text {
  font-size: 14px;
  color: #880000;
  font-family: "MedievalSharp", cursive;
  text-align: justify;
  margin-top: 25px;
  direction: rtl;
}

.btn-read-more {
  width: 150px;
  height: 50px;
  background: none;
  border: none;
  outline: none;
  background-image: url(/Home/Img/btn-stone-5.png);
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: center;
  color: #4d3833;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  margin-top: 30px;
  margin-right: 60px;
  user-select: none;
  transition: transform 0.1s ease;
  font-family: "MedievalSharp", cursive;
}

.btn-read-more:active {
  transform: translateY(1px) translateX(1px);
}

.ek-who-we-are:before {
  content: "";
  position: absolute;
  width: calc(100%);
  height: calc(530px);
  border: 20px solid transparent;
  border-image: url("/Home/Img/line-frame.png") 30 round;
  box-sizing: border-box;
  z-index: 0;
}

.ek-who-we-are-img {
  width: 48%;
  height: 470px;
  background-image: url("/Home/Img/landscape-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin-right: 20px;
}

.ek-who-we-are-img:before {
  content: "";
  position: absolute;
  width: calc(48%);
  height: calc(470px);
  border: 20px solid transparent;
  border-image: url("/Home/Img/gold-frame.png") 30 round;
  box-sizing: border-box;
  z-index: 0;
}

.ek-footer {
  background-image: url("/Home/Img/bg-footer-wide.png");
  background-repeat: no-repeat;
  background-size: 2034px 430px;
  background-position: -5px -5px;
  height: 340px;
  margin-top: -30px;
  font-family: "MedievalSharp", cursive;
}

.ek-footer:before {
  content: "";
  position: absolute;
  width: calc(100%);
  height: 340px;
  border: 20px solid transparent;
  border-image: url("/Home/Img/line-frame.png") 30 round;
  box-sizing: border-box;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.ek-footer-content {
  display: flex;
  justify-content: space-around;
  height: 250px;
}
