.core_team_section {
  margin: 130px 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.core_team_section .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.core_team_section .card_group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.core_team_section .card_group .round_card {
  width: 260px;
  height: 260px;
  flex-shrink: 0;
  border-radius: 280px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative;
}

.core_team_section .card_group .round_card .arrow1 {
  position: absolute;
  right: -127%;
  top: -13%;
}

.core_team_section .card_group .round_card .arrow2 {
  position: absolute;
  right: -25%;
  top: -49%;
}

.core_team_section .card_group .round_card .arrow3 {
  position: absolute;
  top: -66%;
}

.core_team_section .card_group .round_card .arrow4 {
  position: absolute;
  left: -32%;
  top: -43%;
}

.core_team_section .card_group .round_card .arrow5 {
  position: absolute;
  left: -135%;
  top: -15%;
}

.core_team_section .card_group .round_card2_position {
  margin-top: 145px;
}

.core_team_section .card_group .round_card3_position {
  margin-top: 212px;
}

.core_team_section .card_group .round_card4_position {
  margin-top: 145px;
}

.core_team_section .card_group .round_card h5 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.section_tag {
  color: #fff;
  font-family: "Poppins", sans-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: auto 0;
}
.section_main_Heading {
  color: #000;
  text-align: center;
  font-family: "Commissioner", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.section_main_sub_Heading {
  color: #494b50;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  padding: 0 10%;
  padding-bottom: 40px;
  margin-top: 30px;
}
.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;
  margin: auto 0;
  border-radius: 15px;
  outline: none;
  border: none;
}

/*  -------------------------Media---------------- */
@media only screen and (max-width: 1500px) {
  .core_team_section .card_group .round_card {
    width: 230px;
    height: 230px;
  }

  .core_team_section .card_group .round_card .arrow1 {
    width: 120%;
  }

  .core_team_section .card_group .round_card .arrow5 {
    width: 120%;
    left: -125%;
    top: -11%;
  }

  .core_team_section .card_group .round_card3_position {
    margin-top: 185px;
  }

  .core_team_section .card_group .round_card2_position {
    margin-top: 131px;
  }

  .core_team_section .card_group .round_card4_position {
    margin-top: 125px;
  }
  .section_main_Heading {
    font-size: 40px;
  }

  .section_main_sub_Heading {
    font-size: 15px;
    padding-bottom: 28px;
    margin-top: 16px;
  }
  .section_tag_large {
    font-size: 18px;
    padding: 9px 22px;
  }
}

@media screen and (max-width: 1366px) {
  .core_team_section .card_group .round_card .arrow1 {
    width: 110%;
    right: -108%;
  }

  .core_team_section .card_group .round_card .arrow5 {
    width: 110%;
    left: -114%;
    top: -11%;
  }
  .core_team_section {
    margin: 80px 0;
  }
}

@media screen and (max-width: 1200px) {
  .core_team_section .card_group .round_card {
    width: 210px;
    height: 210px;
  }

  .core_team_section .card_group .round_card .arrow1 {
    width: 98%;
    right: -91%;
  }

  .core_team_section .card_group .round_card .arrow2 {
    width: 48%;
  }

  .core_team_section .card_group .round_card .arrow3 {
    top: -72%;
    height: 61%;
  }

  .core_team_section .card_group .round_card .arrow5 {
    width: 100%;
    left: -100%;
    top: -4%;
  }
}
@media only screen and (max-width: 1023px) {
  .core_team_section .card_group .round_card {
    width: 171px;
    height: 172px;
  }

  .core_team_section .card_group .round_card h5 {
    font-size: 18px;
  }

  .core_team_section .card_group .round_card .arrow1,
  .arrow2,
  .arrow3,
  .arrow4,
  .arrow5 {
    display: none;
  }

  .core_team_section .card_group .round_card2_position,
  .round_card3_position,
  .round_card4_position {
    margin-top: 0;
  }

  .core_team_section .card_group .round_card3_position {
    margin-top: 0;
  }

  .core_team_section .card_group .round_card4_position {
    margin-top: 0;
  }
  .core_team_section .card_group {
    margin-top: 36px;
    flex-wrap: wrap;
    gap: 19px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .core_team_section .card_group .round_card h5{
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .section_main_Heading {
    font-size: 36px;
  }
}

@media only screen and (max-width: 374px) {
  .section_main_Heading {
    font-size: 24px;
  }
  .section_main_sub_Heading {
    padding: 0;
  }
}
