.why_choose_section {
  padding: 30px 0;
  margin: 0 auto;
}

.why_choose_section .majestry_container {
  width: 85%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

.why_choose_section .majestry_container .majestry_content {
    background-color: #455a09;
    color: #ffffff;
    padding: 80px 40px;
    width: 75%;
    height: 390px;
    border-radius: 10px;
    position: relative;
}
.why_choose_section .majestry_container .majestry_content .majestry_title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}
.why_choose_section .majestry_container .majestry_content .majestry_text {
  font-size: 18px;
  line-height: 1.7;
  width: 70%;
  text-align: left;
}

.why_choose_section .majestry_container .majestry_image_wrapper {
  position: absolute;
  right: 10px;
  width: 40%;
}
.why_choose_section
  .majestry_container
  .majestry_image_wrapper
  .majestry_image {
  width: 100%;
  border-radius: 14px;
  border: 6px solid #e6e6e6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (min-width: 0px) and (max-width: 574px) {
  .why_choose_section {
    padding: 0 0 10px 0px;
    margin-bottom: 0;
  }
  .why_choose_section .majestry_container {
    flex-direction: column;
  }
.why_choose_section .majestry_container .majestry_image_wrapper {
    position: relative;
    top: 10px;
    right: 0;
    width: 100%;
    z-index: 9;
}
  .why_choose_section .majestry_container .majestry_content .majestry_title {
    font-size: 20px;
  }
  .why_choose_section
    .majestry_container
    .majestry_image_wrapper
    .majestry_image {
    width: 100%;
  }
  .why_choose_section .majestry_container .majestry_content .majestry_text {
    font-size: 13px;
    width: 100%;
  }

  .why_choose_section .majestry_container .majestry_content {
    width: 100%;
    height: auto;
    padding: 10px;
    order: 2;
  }
  .global-family .global-container .global-image-wrapper {
    flex: 1 1;
    min-width: 285px;
    max-width: 500px;
    position: relative;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .why_choose_section {
    padding: 0 0 10px 0px;
  }
  .why_choose_section .majestry_container {
    flex-direction: column;
  }
  .why_choose_section .majestry_container .majestry_image_wrapper {
    position: relative;
    top: 10px;
    right: 0;
    width: 100%;
    z-index: 99;
  }
  .why_choose_section
    .majestry_container
    .majestry_image_wrapper
    .majestry_image {
    width: 100%;
  }
  .why_choose_section .majestry_container .majestry_content .majestry_title {
    font-size: 22px;
  }
  .why_choose_section .majestry_container .majestry_content .majestry_text {
    font-size: 14px;
  }

  .why_choose_section .majestry_container .majestry_content {
    width: 100%;
    height: auto;
    padding: 10px;
    order: 2;
  }

  .why_choose_section .majestry_container .majestry_content .majestry_text {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why_choose_section .majestry_container .majestry_image_wrapper {
    position: absolute;
    right: -40px;
    width: 52%;
    height: auto;
  }
  .why_choose_section .majestry_container .majestry_content {
    width: 75%;
    height: 300px;
    padding: 20px;
  }
  .why_choose_section
    .majestry_container
    .majestry_image_wrapper
    .majestry_image {
    width: 100%;
  }
  .why_choose_section .majestry_container .majestry_content .majestry_title {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .why_choose_section .majestry_container .majestry_content .majestry_text {
    font-size: 15px;
    width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why_choose_section .why_majestry_container .why_majestry_image_wrapper {
    position: absolute;
    right: -30px;
    width: 52%;
    height: auto;
  }
  .why_choose_section .why_majestry_container .why_majestry_content {
    width: 75%;
    height: 370px;
  }
  .why_choose_section
    .why_majestry_container
    .why_majestry_content
    .why_majestry_title {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .why_choose_section
    .why_majestry_container
    .why_majestry_content
    .why_majestry_text {
    font-size: 16px;
    width: 70%;
  }

  .why_choose_section
    .why_majestry_container
    .why_majestry_image_wrapper
    .why_majestry_image {
    width: 100;
  }
}

@media (min-width: 1200px) and (max-width: 1899px) {
  .why_choose_section
    .why_majestry_container
    .why_majestry_image_wrapper
    .why_majestry_image {
    width: 100%;
  }
}
