/* GENERAL */
/* VARIABLES */
/* TYPOGRAPHY */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* COLORS */
/* FUNCTIONS */
/* BREAKPOINTS */
/* MIXINS */
/**join-yet**/
.joint-yet-section {
  padding: 20px 0 35px;
}
@media only screen and (max-width: 480px) {
  .joint-yet-section {
    padding: 10px 0 10px;
  }
}
.joint-yet-section .joint-yet-wrap .joint-box-left {
  width: 38%;
  padding: 15px;
}
@media only screen and (max-width: 992px) {
  .joint-yet-section .joint-yet-wrap .joint-box-left {
    width: 100%;
  }
}
.joint-yet-section .joint-yet-wrap .joint-box-left .joint-box-left-content {
  min-height: 351px;
  background-color: #EEFBFB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  .joint-yet-section .joint-yet-wrap .joint-box-left .joint-box-left-content {
    width: 100%;
    min-height: 250px;
  }
}
.joint-yet-section .joint-yet-wrap .joint-box-left .joint-box-left-content h3 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
  min-height: 70px;
}
@media only screen and (max-width: 480px) {
  .joint-yet-section .joint-yet-wrap .joint-box-left .joint-box-left-content h3 {
    font-size: 25px;
  }
}
.joint-yet-section .joint-yet-wrap .joint-box-left .joint-box-left-content P {
  font-size: 20px;
  font-weight: 400;
  max-width: 388px;
  text-align: center;
}
.joint-yet-section .joint-yet-wrap .joint-box-left .joint-box-left-content a {
  color: #008083;
  font-weight: 600;
}
.joint-yet-section .joint-yet-wrap .joint-content-right {
  width: 62%;
  padding: 15px;
}
@media only screen and (max-width: 992px) {
  .joint-yet-section .joint-yet-wrap .joint-content-right {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .joint-yet-section .joint-yet-wrap .joint-content-right {
    padding: 15px 25px;
  }
}
.joint-yet-section .joint-yet-wrap .joint-content-right .joinyet-image img {
  height: 235px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.joint-yet-section .joint-yet-wrap .joint-content-right .joinyet-content p {
  font-size: 18px;
  color: #6a6a6a;
  font-weight: 400;
  margin-top: 25px;
  line-height: 28px;
}
/*# sourceMappingURL=membership-about.css.map */
