.hero-sec {
  padding: 150px 0 60px; }

@media only screen and (max-width: 600px) {
  .hero-sec {
    padding: 120px 0 30px; } }

.hero-sec .hero-sec-bg {
  position: absolute;
  width: 50%;
  height: 150%;
  top: 0;
  right: 0;
  background-image: url("/imgs/rectangle.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  z-index: -1; }

@media only screen and (max-width: 1200px) {
  .hero-sec .hero-sec-bg {
    width: 70%;
    background-position: 0% 0%; } }

@media only screen and (max-width: 600px) {
  .hero-sec .hero-sec-bg {
    width: 100%;
    background-image: url("/imgs/rectangle-copy-5@2x.png");
    background-size: contain; } }

.hero-sec .hero-content {
  display: flex; }

.hero-sec .hero-content .header-container {
  width: 100%; }

.hero-sec .hero-content .studies-header {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px; }

@media only screen and (max-width: 600px) {
  .hero-sec .hero-content .studies-header {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white; } }

.content {
  min-height: 100vh; }

.header-section {
  padding: 150px 0 100px; }

.list-items .list-item {
  display: flex;
  margin-bottom: 22px; }

.list-items .list-item .list-item-img {
  min-width: 6px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 3px;
  background-color: #205588;
  margin: 0 20px 0 5px; }

.list-items .list-item .list-item-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px; }

.list-items .list-item:nth-last-child(1) {
  margin-bottom: 0; }

.plans {
  padding-bottom: 100px; }

.plans .plans-content {
  display: flex;
  justify-content: space-between; }

@media only screen and (max-width: 1200px) {
  .plans .plans-content {
    flex-direction: column; } }

.plans .mawi-btn {
  text-align: center; }

.plans .plan-item {
  width: 100%;
  margin-right: 15px;
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.13);
  background-color: white;
  padding: 40px 30px;
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 1200px) {
  .plans .plan-item {
    margin: 0 0 20px 0; } }

.plans .plan-item .plan-item-header {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  display: block; }

.plans .plan-item .btn-container {
  padding-top: 22px;
  margin-top: auto; }

.plans .plan-item:nth-last-child(1) {
  margin-right: 0; }
