
.joinMember {
  width: Fixed (1,140px)px;
height: Hug (186px)px;
padding: 40px 0px 0px 0px;
gap: 32px;
border-radius: 8px 0px 0px 0px;
opacity: 0px;
background: var(--gray-surface-weak, #F9F9FC);
}
.memberContent {
  width: Fill (836px)px;
height: Hug (106px)px;
gap: 24px;
opacity: 0px;
}
.head-title {
  width: auto !important;
  height: auto !important;
  gap: 0px;
  opacity: 0px;

  font-family: Bellefair;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  text-transform: uppercase;
  color: var(--gray-text-strong, #2C3059);
  margin-bottom: 10px;
}
.content {
  width: 100%;
  height: auto !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: var(--gray-text, #6A6D87);
  display: flex;
  padding-top: 25px;
}
.join{
  width: 192px !important;
height: 61px !important;
padding: 8px 32px 8px 32px;
gap: 8px;
border-radius: 30px;
opacity: 0px;
background: linear-gradient(98.72deg, #684B9B -27.72%, #381B6B 127.08%);
box-shadow: 0px 1px 2px 0px #1018280D;
text-align: center;
padding-top: 15px;
margin-top: 52px!important;
}
.join-button {
  width: 81px;
  height: 29px;

  /* H4/Header 4 — Bold; */
  font-family: "InterBold";
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;

  color: var(--gray-text-invert, #ffffff);
}


a {
  text-decoration: none !important;
     
}

.join-now-wrapper {
	padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 32px;
}

.join-now-container {
	display: flex;
    padding: 40px;
    align-items: center;
    gap: 32px;
    border-radius: 8px;
    background-image: url("../../../../../content/dam/thaiairways/images/ground-services/Logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.member-heading {
	padding: unset;
}

@media (max-width: 767px) {
	.join-now-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .member-heading {
	    font-size: 20px;
    	line-height: 150%;
    	margin-top: auto;
	}

    .join-now-container {
    	padding: 28px;
    	background-image: url("../../../../../content/dam/thaiairways/images/ground-services/Logo.png");
        background-size: 173% 120%;
        background-repeat: no-repeat;
        background-position: center 0px;
    }
}