.section_tag {
  color: #fff;
  font-family: Poppins, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 6px 14px;
  display: inline-block;
  margin-bottom: 9px;
}
.section_tag_large {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #2a8d95;
  padding: 14px 32px;
  display: inline-block;
  border-radius: 15px;
  outline: none;
  border: none;
}
.section_main_Heading {
  color: #000;
  text-align: left;
  font-family: Commissioner, serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 70px */
  margin-bottom: 40px;
}
.section_sub_Heading {
  color: #494b50;
  text-align: left;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  margin-bottom: 32px;
}

/* banner section */
.company_careers_page_wrp .banner_company_career .inner_wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.company_careers_page_wrp .banner_company_career .inner_wrp .content {
  flex-basis: 51%;
}
.company_careers_page_wrp .banner_section_main_Heading {
  color: #fff;
  text-align: left;
  font-family: Commissioner, serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%; /* 70px */
  margin-bottom: 49px;
}
.company_careers_page_wrp .banner_company_career {
  background-image: url('../images/bg-company-careers-page-banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 55px 0;
}
.company_careers_page_wrp .banner_section_main_sub_Heading {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
  margin-bottom: 64px;
}
.banner_image {
  height: 100%;
  width: 100%;
}
.company_careers_page_wrp .section_tag_large {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #2a8d95;
  padding: 14px 32px;
  display: inline-block;
  border-radius: 15px;
  outline: none;
  border: none;
}
.company_careers_page_wrp .banner_company_career .inner_wrp .image_wrp {
  flex-basis: 40%;
}

/* service section */
.company_careers_page_wrp .company_service_section_wrp {
  background-image: url('../images/bg-company-service-banner-image.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px 0;
}
.company_careers_page_wrp .company_service_section_wrp .inner_wrp .cards_group {
  display: flex;
  flex-direction: row;
  flex-wrap: unset;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  flex-wrap: wrap;
}
.company_service_card_section_1 {
  background-image: url('../images/company-career-servive-card1-bg-image.svg');
}
.company_service_card_section_2 {
  background-image: url('../images/company-career-servive-card2-bg-image.svg');
}
.company_service_card_section_3 {
  background-image: url('../images/company-career-servive-card3-bg-image.svg');
}
.company_service_card_section_4 {
  background-image: url('../images/company-career-servive-card4-bg-image.svg');
}
.company_service_card_section_5 {
  background-image: url('../images/company-career-servive-card5-bg-image.svg');
}
.company_service_card_section_6 {
  background-image: url('../images/company-career-servive-card6-bg-image.svg');
}

.company_service_card_common_class {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  width: 440px;
  padding: 32px 32px 32px 23px;
  border-radius: 10px;
}

.truncate_line_clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.company_careers_page_wrp .company_service_section_wrp .inner_wrp .cards_group .card_content_wrap .image_wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: -43px;
}
.company_careers_page_wrp
  .company_service_section_wrp
  .inner_wrp
  .cards_group
  .card_content_wrap
  .image_wrp
  .left_image {
  width: 141px;
  height: 70.774px;
  position: relative;
}

.card_number_wrapper {
  color: var(--bg, #fefff8);
  font-family: 'Concert One';
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56px;
  margin-top: 14px;
}
.card_wrap_scpace {
  gap: 78px;
  min-height: 100px;
}
.company_service_title {
  color: var(--Heading, #000);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.company_service_paragraph {
  color: var(--Body, #494b50);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.18px;
}

/* search section */
.company_search_section_wrp {
  padding-top: 40px;
  padding-bottom: 20px;
  background: var(--bg, #fefff8);
}
.company_search_section_wrp .inner_wrp_main {
  justify-content: center;
  display: flex;
}
.company_search_section_wrp .inner_wrp {
  border-radius: 24px;
  border: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 244px;
  padding: 20px;
}

.company_search_section_wrp .search-wrapper {
  display: flex;
  gap: 16px;
  margin: auto 0;
}
.company_search_section_wrp .search_icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 100%;
}
.company_search_section_wrp .search_input {
  border: none;
  color: var(--Body, #494b50);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.18px;
  width: 475px;
  background-color: transparent;
}
.company_search_section_wrp .search_input::placeholder {
  color: var(--Body, #494b50);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
input:focus {
  outline: none;
}
.company_search_section_wrp .search_button {
  color: #fff;
  white-space: nowrap;
  border-radius: 8px;
  background-color: var(--Primary-color, #2a8d95);
  align-self: stretch;
  justify-content: center;
  padding: 10px 17px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  font-family: 'Poppins', sans-serif;
}

/* openings section  */

.company_careers_page_wrp .company_openings_section_wrp {
  background-image: url('../images/bg-career-openings-banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px 0;
}
.company_careers_page_wrp .company_openings_section_wrp .inner_wrp .card_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.card_wrp_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 30%;
  backdrop-filter: blur(12px);
}
.card_wrp {
  border-radius: 32px;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.24);
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 34px 40px 34px 40px;
  transition: background-color 0.3s;
}
.card_wrp:hover {
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}
.image_title_wrp {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.card_image {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  overflow: hidden;
}
.card_title {
  color: var(--Heading, #000);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  align-self: center;
  line-height: 38px;
}

.card_value_experience {
  color: var(--Body, #494b50);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.18px;
  margin-top: 41px;
}
.card_value {
  color: var(--Body, #494b50);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.18px;
  margin-top: 10px;
}
.card_view_details {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  background-color: var(--Primary-color, #2a8d95);
  margin-top: 32px;
  justify-content: center;
  padding: 13px 17px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  font-family: 'Poppins', sans-serif;
}

.company_looking_for_section .company_looking_for_main_wrp {
  background-image: url(../images/bg-company-looking-for-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
}
.company_looking_for_section .company_looking_for_inner_wrp {
  padding: 72px 80px;
}

.company_looking_for_section .company_looking_for_title {
  position: relative;
  color: #fff;
  font-family: Commissioner;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: 47%;
}
.company_looking_for_section .company_looking_for_send_mail {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 32px;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

/* place to work section */
.company_careers_page_wrp .company_placeto_work_section_wrp {
  background-image: url('../images/bg-company-work-banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
}
.half_circle_card_1 {
  background-image: url('../images/work-section-half-circle-1.svg');
}
.half_circle_card_2 {
  background-image: url('../images/work-section-half-circle-2.svg');
}
.half_circle_card_3 {
  background-image: url('../images/work-section-half-circle-3.svg');
}
.half_circle_card_4 {
  background-image: url('../images/work-section-half-circle-4.svg');
}
.half_circle_card_5 {
  background-image: url('../images/work-section-half-circle-5.svg');
}
.half_circle_card_6 {
  background-image: url('../images/work-section-half-circle-6.svg');
}
.place_truncate_line_clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.half_circle_card_common {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 64px 22px 33px 61px;
  margin-top: -24px;
  margin-left: -4px;
}
.company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 50px;
}
.card_group_space {
  flex-basis: 28%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 36px;
}
.company_careers_page_wrp .company_placeto_work_section_wrp .card_wrp1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  border-radius: 125px;
  /* background-color: rgba(255, 255, 255, 0.24); */
}
.company_careers_page_wrp .company_placeto_work_section_wrp .card_wrp1:hover {
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_title {
  color: var(--Heading, #000);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  align-self: stretch;
}
.company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_discription {
  color: var(--Body, #494b50);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.18px;
  align-self: stretch;
  margin-top: 9px;
}
/* Responsive style */
@media screen and (max-width: 1600px) {
  .company_careers_page_wrp .banner_section_main_Heading {
    font-size: 54px;
  }
  .company_careers_page_wrp .banner_company_career {
    padding: 48px 0;
  }
  .company_careers_page_wrp .company_service_section_wrp .inner_wrp .cards_group {
    justify-content: center;
  }
  .company_service_card_common_class {
    flex-basis: 30%;
    margin-right: 3px;
  }
  .company_service_title {
    font-size: 23px;
    margin-bottom: 4px;
  }
  .company_service_paragraph {
    font-size: 17px;
    margin-bottom: 0px;
  }
  .card_number_wrapper {
    font-size: 53px;
    margin-top: 22px;
  }
  .company_careers_page_wrp .company_openings_section_wrp .inner_wrp .card_group {
    margin-top: 54px;
  }
  .card_wrp_main {
    flex-basis: 29%;
  }
  .card_wrp {
    padding: 24px;
  }
  .image_title_wrp {
    gap: 22px;
  }
  .card_image {
    width: 64px;
    height: 64px;
  }
  .card_title {
    font-size: 23px;
  }
  .card_value_experience {
    margin-top: 22px;
  }
  .card_value {
    margin-top: 6px;
  }
  .card_view_details {
    margin-top: 24px;
    padding: 12px 13px;
    font-size: 17px;
  }
  .company_looking_for_section .company_looking_for_inner_wrp {
    padding: 42px 60px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group {
    gap: 45px;
  }
  .card_group_space {
    flex-basis: 28%;
    margin-right: 27px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .card_wrp1 {
    gap: 16px;
  }
  .half_circle_card_common {
    padding: 51px 0px 18px 51px;
    margin-top: -19px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_title {
    font-size: 23px;
    line-height: 28px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_discription {
    font-size: 17px;
    line-height: 170%;
    margin-top: 8px;
  }
}
/* 1399 */
@media screen and (max-width: 1400px) {
  .company_careers_page_wrp .banner_company_career .inner_wrp .content {
    flex-basis: 47%;
  }
  .company_careers_page_wrp .banner_company_career {
    padding: 26px 0;
  }
  .company_careers_page_wrp .banner_section_main_Heading {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .company_careers_page_wrp .banner_section_main_sub_Heading {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .company_careers_page_wrp .section_tag_large {
    font-size: 22px;
    padding: 10px 27px;
    margin-top: 15px;
  }
  .company_service_card_common_class {
    padding: 25px 25px;
    width: 30%;
    flex-basis: unset;
  }
  .card_number_wrapper {
    font-size: 43px;
  }
  .company_service_title {
    font-size: 21px;
    margin-bottom: 16px;
    line-height: 25px;
  }
  .company_service_paragraph {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .company_search_section_wrp .inner_wrp {
    gap: 99px;
    padding: 16px;
    border-radius: 19px;
  }
  .company_search_section_wrp .search-wrapper {
    gap: 9px;
  }
  .company_search_section_wrp .search_button {
    padding: 7px 14px;
    font-size: 16px;
  }
  .company_search_section_wrp .search_icon {
    width: 21px;
    height: 21px;
  }
  .company_search_section_wrp .search_input {
    font-size: 15px;
    line-height: 167%;
    width: 465px;
  }
  .company_careers_page_wrp .company_openings_section_wrp {
    padding: 73px 0 80px 0;
  }
  .company_careers_page_wrp .company_openings_section_wrp .inner_wrp .card_group {
    gap: 38px;
  }
  .card_wrp_main {
    flex-basis: 31%;
  }
  .card_wrp {
    padding: 26px;
  }
  .image_title_wrp {
    gap: 26px;
  }
  .card_image {
    width: 49px;
    height: 49px;
  }
  .card_title {
    font-size: 21px;
  }
  .card_value_experience {
    margin-top: 14px;
    font-size: 16px;
  }
  .card_value {
    margin-top: 5px;
    font-size: 16px;
  }
  .card_view_details {
    margin-top: 16px;
    padding: 11px 12px;
    font-size: 15px;
  }
  .company_looking_for_section .company_looking_for_inner_wrp {
    padding: 45px 56px;
  }
  .company_looking_for_section .company_looking_for_title {
    font-size: 38px;
    line-height: 125%;
  }
  .company_looking_for_section .company_looking_for_send_mail {
    margin-top: 18px;
    font-size: 20px;
    line-height: 127%;
  }
  .half_circle_card_common {
    padding: 43px 8px 12px 57px;
    /* margin-top: -18px;
    margin-left: -2px; */
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_title {
    font-size: 20px;
    line-height: 28px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_discription {
    font-size: 15px;
    line-height: 170%;
    margin-top: 8px;
  }
  .card_group_space {
    flex-basis: 27%;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp {
    padding: 95px 0;
  }
}
@media (max-width: 1299px) {
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_title {
    font-size: 18px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_discription{
    font-size: 14px;
    margin-top: 2px;
  }
}

/* 1024 */
@media screen and (max-width: 1199px) {
  .company_careers_page_wrp .banner_section_main_Heading {
    font-size: 38px;
  }
  .company_careers_page_wrp .banner_section_main_sub_Heading {
    font-size: 14px;
  }
  .company_careers_page_wrp .section_tag_large {
    font-size: 16px;
    padding: 8px 30px;
  }
  .company_careers_page_wrp .company_service_section_wrp .inner_wrp .cards_group {
    column-gap: 50px;
    row-gap: 50px;
    justify-content: center;
  }
  .card_number_wrapper {
    font-size: 32px;
    margin-top: 28px;
  }
  .company_search_section_wrp .inner_wrp {
    gap: 50px;
    padding: 9px;
  }
  .company_search_section_wrp .search_input {
    font-size: 18px;
    line-height: 127%;
    width: 368px;
  }
  .company_search_section_wrp .search_button {
    padding: 7px 14px;
    font-size: 14px;
  }
  .company_search_section_wrp .search_input::placeholder {
    font-size: 14px;
  }
  .company_careers_page_wrp .company_openings_section_wrp {
    padding: 59px 0;
  }
  .card_wrp_main {
    flex-basis: 29%;
  }
  .card_wrp {
    padding: 20px;
  }
  .image_title_wrp {
    gap: 21px;
  }
  .card_image {
    width: 40px;
    height: 40px;
  }
  .card_title {
    font-size: 16px;
  }
  .card_value_experience {
    margin-top: 10px;
    font-size: 14px;
  }
  .card_value {
    margin-top: 3px;
    font-size: 14px;
  }
  .card_view_details {
    margin-top: 15px;
    padding: 8px 10px;
    font-size: 13px;
  }
  .company_looking_for_section .company_looking_for_title {
    font-size: 34px;
    line-height: 121%;
    width: 63%;
  }
  .company_looking_for_section .company_looking_for_send_mail {
    margin-top: 34px;
    font-size: 18px;
    line-height: 123%;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp {
    padding: 80px 0;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group {
    gap: 37px;
  }
  .card_group_space {
    flex-basis: 30%;
    margin-right: 7px;
  }
  .half_circle_card_common {
    padding: 34px 8px 12px 70px;
    margin-top: -14px;
    margin-left: -13px;
    min-height: 180px;
    display: flex;
    align-items: center;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_title {
    font-size: 18px;
    line-height: 28px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_discription {
    font-size: 14px;
    line-height: 155%;
    margin-top: 3px;
  }
}
/* 980 */
@media only screen and (max-width: 1023px) {
  .card_number_wrapper {
    font-size: 28px;
    margin-top: 28px;
  }
  .card_wrp {
    padding: 18px;
  }
  .card_value_experience {
    font-size: 13px;
  }
  .card_value {
    font-size: 13px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group {
    gap: 32px;
  }
  .card_group_space {
    flex-basis: 30%;
    margin-right: 2px;
  }
  .half_circle_card_common {
    padding: 34px 13px 12px 51px;
    margin-top: -14px;
    margin-left: -17px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_title {
    font-size: 16px;
    line-height: 28px;
  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_discription {
    font-size: 12px;
    line-height: 155%;
    margin-top: 3px;
  }
}

/* 768 */
@media only screen and (max-width: 979px) {
  .company_careers_page_wrp .banner_company_career .inner_wrp {
    display: block;
    text-align: center;
  }
  .banner_section_main_Heading {
    text-align: center;
  }
  .banner_section_main_sub_Heading {
    text-align: center;
  }
  .banner_image {
    width: 70%;
  }
  .company_careers_page_wrp .banner_company_career .inner_wrp .image_wrp {
    margin-top: 53px;
  }
  .company_careers_page_wrp .company_service_section_wrp {
    padding: 69px 0 48px 0;
  }
  .card_number_wrapper {
    font-size: 28px;
    margin-top: 25px;
  }
  .card_wrp_main {
    flex-basis: 41%;
  }
  .company_looking_for_section .company_looking_for_inner_wrp {
    padding: 15px 23px;
  }
  .company_looking_for_section .company_looking_for_title {
    font-size: 29px;
  }
  .company_looking_for_section .company_looking_for_main_wrp {
    border-radius: 32px;
    background: linear-gradient(to bottom, #143855, #28577f); /* Gradient from top to bottom */
    height: 227px;
    justify-content: center;
    display: flex;
    text-align: center;
  }
  .company_looking_for_section .company_looking_for_inner_wrp {
    padding: 59px 118px;
  }
  .company_looking_for_section .company_looking_for_title {
    width: 100%;
  }
  .card_group_space {
    flex-basis: 39%;
  }
  .half_circle_card_common {
    padding: 44px 36px 41px 65px;
  }
  .company_careers_page_wrp .company_service_section_wrp .inner_wrp .cards_group {
    column-gap: 25px;
    row-gap: 25px;
    flex-wrap: wrap;
  }
  .company_service_card_common_class{
    width: 45%;
  }
  .company_careers_page_wrp .banner_company_career {
    padding: 40px 0;
  }
  .company_careers_page_wrp .banner_section_main_Heading {
    text-align: center;
  }
  .company_careers_page_wrp .banner_section_main_sub_Heading {
    text-align: center;
  }
}
/* 650 */
@media only screen and (max-width: 767px) {
  .company_search_section_wrp .search_icon {
    width: 15px;
    height: 15px;
  }
  .company_search_section_wrp .search_input {
    font-size: 13px;
    width: 250px;
  }
  .company_search_section_wrp .search_input::placeholder {
    font-size: 12px;
  }
  .company_search_section_wrp .search_button {
    font-size: 12px;
  }
  .company_looking_for_section .company_looking_for_inner_wrp {
    padding: 69px 116px;
  }
  .company_looking_for_section .company_looking_for_title {
    font-size: 22px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .company_looking_for_section .company_looking_for_send_mail {
    justify-content: center;
    display: flex;
  }
  .company_looking_for_section .company_looking_for_title {
    font-size: 23px;
  }
  .company_looking_for_section .company_looking_for_send_mail {
    margin-top: 15px;
    font-size: 15px;
  }
  .card_group_space {
    flex-basis: 47%;
  }
  .half_circle_card_common {
    padding: 32px 13px 12px 58px;
    margin-top: 0;
    margin-left: 0;
    min-height: 130px;
    background-position: center left;
    background-size: contain;

  }
  .company_careers_page_wrp .company_placeto_work_section_wrp .inner_wrp .card_group .card_discription {
    margin-top: 5px;
  }
  .hero_para,
  .site_comm_text {
    margin: 30px auto 20px;
  }
}
/* 480 */
@media only screen and (max-width: 649px) {
  .company_search_section_wrp .search_input {
    width: 158px;
  }
  .banner_image {
    width: 80%;
  }
  .card_wrp_main {
    flex-basis: 73%;
  }
  .card_wrp {
    padding: 23px;
  }
  .company_looking_for_section .company_looking_for_inner_wrp {
    padding: 62px 40px;
  }
  .card_group_space {
    flex-basis: 65%;
  }
  .company_service_card_common_class {
    width: 100%;
    background-image: unset;
    background-color: #fefff8;
  }
  .card_wrap_scpace {
    gap: 25px;
  }
  .card_number_wrapper {
    margin-top: unset;
    color: black;
  }
  .company_careers_page_wrp .company_service_section_wrp .inner_wrp .cards_group {
    margin-top: 40px;
  }
  .company_search_section_wrp {
    padding-top: unset;
    padding-bottom: unset;
  }
}
/* 375 */
@media only screen and (max-width: 479px) {
  .banner_image {
    width: 86%;
  }
  .card_wrp_main {
    flex-basis: 85%;
  }
  .card_group_space {
    flex-basis: 84%;
  }
  .company_service_card_common_class {
    padding: 16px;
  }
  .company_service_title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .company_service_paragraph {
    font-size: 11px;
  }
}
/*320 */
@media only screen and (max-width: 374px) {
  .company_careers_page_wrp .section_tag_large {
    margin-top: 0px;
  }
  .banner_image {
    width: 100%;
  }

  .card_wrap_scpace {
    gap: 27px;
  }
  .company_search_section_wrp .inner_wrp {
    gap: 39px;
    padding: 7px;
  }
  .company_search_section_wrp .search_input {
    width: 145px;
  }
  .card_wrp_main {
    flex-basis: 100%;
  }
  .company_looking_for_section .company_looking_for_main_wrp {
    height: 147px;
  }
  .company_looking_for_section .company_looking_for_title {
    font-size: 18px;
  }
  .company_looking_for_section .company_looking_for_send_mail {
    font-size: 12px;
  }
  .company_looking_for_section .company_looking_for_inner_wrp {
    padding: 36px 12px;
  }
  .half_circle_card_common {
    padding: 32px 13px 12px 47px;
    margin-left: -11px;
  }
  .card_group_space {
    flex-basis: 100%;
  }
}
