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

.quote_text {
  max-width: 700px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 52px 70px;
  background-position: center;
}

.quote_text p {
  color: #1D1D1D;
  font-family: "Kode Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}

.quote_text *:last-child {
  margin:0px;
}
.hire_main .member_details_inner {
  border-radius: 300px;
  width: 460px;
  margin: 0 auto;
  padding-top: 130px;
}

.hire_main p.member_desig {
  color: rgba(29, 29, 29, 0.80);
  text-align: center;
  font-family: Alexandria;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.hire_main h6.member_name {
  color: #1D1D1D;
  text-align: center;
  font-family: Alexandria;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hire_main .member_description p {
  color: rgba(29, 29, 29, 0.80);
  font-family: Alexandria;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
}

.hire_main .member_description {
  padding: 80px 0 120px;
}

.hire_main .member_description h5 {
  color: #1D1D1D;
  text-align: center;
  font-family: Alexandria;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
.hire_main span.luxurious {
  color: #D31A1A;
  font-family: "Luxurious Script";
  font-size: 136px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  text-transform: uppercase;
}

.hire_main .title_sec *:last-child {
  margin-bottom: 0;
  padding-bottom: 80px;
}
.hire_main .member_description *:last-child {
  margin: 0;
}
.hire_main .btn_sec a {
  border-radius: 48px;
  border: 0px solid var(--White, #FFF);
  background: #1D1D1D;
  display: flex;
  max-width: 300px;
  padding: 10px;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 40px 10px 20px;
  color: #F9F9F9;
  font-family: "Kode Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  text-transform: uppercase;
}

.hire_main .btn_sec a> svg {
  margin-right: 10px;
  width: 26px;
  height: 25px;
}

.hire_main .btn_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hire_main .btn_sec a:hover {
  background: #9DB9BB;
  color: #1D1D1D;
}
.hire_main .btm_text *:last-child {
  margin: 0;
}

.hire_main .btm_text p {
  color: rgba(29, 29, 29, 0.80);
  text-align: center;
  font-family: Alexandria;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.hire_main .hire_form {
    background: #f3efe9;
    border: 1px solid #000;
    border-radius: 300px;
    height: 460px;
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 .hire_main .circle_button a {
    color: #F9F9F9;
    font-family: "Kode Mono";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 48px;
    border: 0px solid var(--White, #FFF);
    background: #1D1D1D;
    display: inline-block;
    margin: 20px 0px;
}
.hire_main .subs_btn_sec {
    text-align: center;
}
.hire_main .btm_text {
    padding-top: 20px;
}
.hire_main .subs_btn_sec a {
    padding: 10px 40px;
    border-radius: 48px;
    border: 1px solid var(--Dark, #3F3F3F);
    color: #1D1D1D;
    font-family: "Kode Mono";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0px;
}

@media(max-width:767px){
  .hire_main .member_description h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .hire_main .member_description {
    padding: 40px 0;
  }
  
  .hire_main h6.member_name {
    font-size: 16px;
    line-height: 24px;
  }
  .quote_text {
    padding: 20px 0px;
    background-image: none !important;!i;!;
    font-size: 12px;
}

.quote_text p {
    font-size: 12px;
    line-height: 20px;
}

}
@media(max-width:700px){

  .hire_main .btn_sec a {
    margin: 20px 0px 0px;
    width: 100%;
    max-width: 100%;
  }

  .hire_main .btm_text {
    padding-top: 20px;
  }
}
@media(max-width:500px){
  .hire_main .hire_form{
      height: 320px;
    width: 320px;
  }
  .hire_main .member_details_inner {
    padding-top: 75px;
    width: 320px;
}
  .hire_main .circle_title {
    padding-top: 20px;
}
}