* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
   font-family: "Lato", sans-serif;
}
.landing {
  background-image: url(../assets/person/arabsstock_P113.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.pay {
  bottom: 20px;
  width: 325px;
  right: 20px;
}
.container .row {
  top: 60px;
}
.enroll {
  background-color: #707070;
  width: calc(100% + 12px);
}
.curser-pointer{
  cursor: pointer;
}
.testimonials {
  background-color: #2b2b2b;
  & .quote {
    max-width: 760px;
  }
  & .arrows {
    left: 30px;
    top: 20px;
  }
  & .quote-mark {
    width: 80px;
    top: 30px;
  }
  & .tag {
    width: 50px;
    height: 50px;
  }
}
#sec4 h3
{
  cursor: pointer !important;
}
.arrows {
  position: relative;
  right: 30px;
  top: 200px;
}
.test-img {
  width: 260px;
  left: 100%;
  transform: translate(-65%, -95%);
  top: 100%;
}
.soon{
  color: rgba(163, 70, 16, 0.747);
}