.border {
  width: 100%;
  height: auto;
  /* padding-top: 60px; */
  /*padding-right: 100px;*/
  padding-bottom: 60px;
 /* padding-left: 90px;*/
  flex-direction: row;
  display: flex;
}

.left-div {
  width: 50%;
  height: 336px;
  gap: 16px;
  padding-top: 60px;
 /* padding-right: 40px;*/
  padding-bottom: 60px;
/*padding-left: 40px;*/
  display: flex;
  flex-direction: column;
}

.msg {
  width: 80px;
  height: 80px;
  top: 9.26px;
  left: 15.27px;
}

.faq {
  width: 490px;
  height: 48px;
  font-family: Bellefair !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0px;
  color: var(--gray-text-strong, #2C3059);
}

.txt-left {
  width: 453px;
  height: 52px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  color: var(--gray-text, #6A6D87);
}

.left-btn {
  /* width: 137px; */
  width: max-content;
  text-align: left;

  height: 48px;
  border-radius: 8px;
  gap: 8px;
  padding-top: 8px;
  /*padding-right: 0px;*/
  padding-bottom: 8px;
  padding-left: 0px;
  background-color: var(--gray-surface-invert, #FFFFFF);
  border: unset !important;
  /*display: flex;*/
}

.btn-txt {
  width: 100%;
  height: max-content;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  color: var(--primary-text, #684B9B);
}

.external-link {
  display: flex;
  gap: 8px;
  font-family: "InterBold";
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  color: var(--primary-text, #684B9B) !important;
}

.arrw {
  width: 20px;
  height: 20px;
  align-self: center;
  /* margin-bottom: 5px; */
}

.right-div {
  width: 50%;
  height: 466px;
  gap: 16px;
  padding-top: 60px;
 /* padding-right: 40px;*/
  padding-bottom: 60px;
/*  padding-left: 40px;*/
  display: flex;
  flex-direction: column;
}

.rgt-img {
  width: 80px;
  height: 80px;
}

.cnct {
  width: 530px;
  height: 48px;
  font-family: Bellefair;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0px;
  color: var(--gray-text-strong, #2C3059);
}

.txt-rgt {
  width: 495px;
  height: 182px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  color: var(--gray-text, #6A6D87);
}

.mail {
  color: var(--primary-text, #684B9B);
}

.rgt-btn {
  /* width: 255px; */
  width: max-content;
  text-align: left;

  height: 48px;
  gap: 8px;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: var(--gray-surface-invert, #FFFFFF);
  border: unset !important;
  /*display: flex;*/
}

.r-btn-txt {
  width: 246px;
  height: 26px;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  color: var(--primary-text, #684B9B);
}

@media (max-width:767px) {
  .border {
      width: auto;
      height: 884px;
      padding:0px;
      flex-direction: column;
      /* margin:none; */
  }

  .left-div {
      width: 358px;
      height: 312px;
      gap: 16px;
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 16px;
      padding-right: 16px;
  }

  .faq {
      width: 342px;
      height: 36px;
  }

  .txt-left {
      width: 332px;
      height: 65px;
  }

  /*.left-btn {
      width: 132px;
      height: 48px;
  }*/

  .right-div {
      width: auto;
      height: 572px;
      gap: 16px;
      padding-top: 40px;
      padding-right: 16px;
      padding-bottom: 60px;
      padding-left: 16px;
  }

  .cnct {
      width: 358px;
      height: 36px;
  }

  .txt-rgt {
      width: auto;
      height: 260px;
  }
 /* .arrw{
      margin-bottom: 5px;
  }*/


}