.cyber_stats_section {
  padding: 0;
}

#stats .storyStudent {
  /* margin-bottom: 30px;
    height: 10%; */
}

#stats .storyStudent h3 {
  font-weight: 700;
  margin-top: 0px;
  font-size: 35px;
  margin-bottom: 20px;
}

#stats .storyStudent .storyContent {
  /* margin-top: 20px; */
  display: flex;
  justify-content: space-between;
}

#stats .storyStudent .storyContent .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}

#stats .storyStudent .storyContent .item:hover .itemIcon {
  background: #ebe3c4;
}

#stats .storyStudent .storyContent .item:hover .itemIcon .borderGradient {
  box-shadow: inset 0 0 0 90px #ebbd00;
}

#stats .storyStudent .storyContent .item:hover .itemIcon .borderGradient i {
  background: white;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#stats .storyStudent .storyContent .item .itemIcon {
  width: 130px;
  height: 130px;
  padding: 6px;
  background: linear-gradient(to right, #ebbd00, #c8954a, #bd7a00);
  /* background: linear-gradient(to right, #227df9, #7462f9, #df3ef8); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#stats .storyStudent .storyContent .item .itemIcon .borderGradient {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out;
}

#stats .storyStudent .storyContent .item .itemIcon .borderGradient i {
  font-size: 50px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #ebbd00, #c8954a, #bd7a00);
  /* background: linear-gradient(to right, #227df9, #7462f9, #df3ef8); */
  -webkit-background-clip: text;
  transition: all 0.5s ease-out;
}

#stats .storyStudent .storyContent .item .itemText {
  text-align: center;
}

#stats .storyStudent .storyContent .item .itemText h4 {
  font-size: 35px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #ebbd00, #c8954a, #bd7a00);
  /* background: linear-gradient(to right, #227df9, #7462f9, #df3ef8); */
  -webkit-background-clip: text;
}

#stats .storyStudent .storyContent .item .itemText p {
  line-height: 1.3;
  color: #fff;
}

#stats .storyStudent .storyContent .item .itemText h4 {
  font-size: 36px;
  line-height: 44px;
  margin: 0;
}

#stats .storyStudent .storyContent .item .itemText p {
  font-size: 20px;
}

@media screen and (min-width: 993px) {
  /* #stats {
        padding-right: 0;
        margin-left: 40px;
    } */

  /* #stats .storyStudent .storyContent .item .itemIcon {
        width: 48px;
        height: 48px;
        transform: scale(3);
    } */

  /* #stats .storyStudent .storyContent .item .itemIcon .borderGradient {
        width: 30px;
        height: 30px;
    } */

  /* #stats .storyStudent .storyContent .item .itemText {
        margin-left: 54px;
    } */

  /* #stats .storyStudent .storyContent .item .itemIcon .borderGradient i {
        font-size: 12px;
    } */
}

@media screen and (max-width: 992px) {
  #stats .storyStudent {
    /* margin-left: 5%; */
  }

  #stats .storyStudent .storyContent .item .itemIcon {
    width: 80px;
    height: 80px;
    /* transform: scale(2); */
  }

  /* #stats .storyStudent .storyContent .item .itemIcon .borderGradient {
        width: 30px;
        height: 30px;
    } */

  #stats .storyStudent .storyContent .item .itemIcon .borderGradient i {
    /* font-size: 16px; */
    font-size: 30px;
    /* line-height: 1; */
  }

  #stats .storyStudent .storyContent .item .itemText {
    /* margin-left: 26px;
        width: 120px; */
  }

  #stats .storyStudent .storyContent .item .itemText h4 {
    font-size: 25px;
    /* line-height: 1.3; */
    /* margin: 0; */
  }

  #stats .storyStudent .storyContent .item .itemText p {
    font-size: 14px;
    /* margin: 0; */
  }
}

@media screen and (max-width: 768px) {
  #stats {
    /* padding: 0 8px; */
  }

  #stats .storyStudent h3 {
    font-size: 27px;
  }

  #stats .storyStudent .storyContent .item .itemIcon {
    /* width: 60px;
        height: 60px; */
  }

  #stats .storyStudent .storyContent .item .itemIcon .borderGradient {
    /* width: 50px;
        height: 50px; */
  }

  #stats .storyStudent .storyContent .item .itemText h4 {
    font-size: 20px;
    line-height: 1.3;
    /* margin: 0; */
  }

  #stats .storyStudent .storyContent .item .itemText p {
    font-size: 14px;
    /* margin: 0; */
  }

  #stats .storyStudent .storyContent .item .itemIcon .borderGradient i {
    /* font-size: 20px; */
    /* line-height: 1; */
  }

  #stats .storyStudent {
    text-align: center;
    /* margin-bottom: 15px; */
  }

  #stats .storyStudent .storyContent {
    align-items: flex-start;
  }

  #stats .storyStudent .storyContent .item {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    width: 50%;
  }

  #stats .storyStudent .storyContent .item .itemText {
    text-align: center;
    /* margin-left: 0;
        width: 130px; */
  }
}

@media screen and (max-width: 576px) {
  #stats .storyStudent .storyContent {
    flex-wrap: wrap;
  }
}
#statistical {
  max-width: 1150px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -54px;
  overflow-x: hidden;
}

#statistical h1.title {
  text-align: center;
  color: #444449;
  font-size: 26px;
  margin-bottom: 0px;
  line-height: 1.4;
}

#statistical .bg-big .content_item h3.title {
  font-size: 28px;
  color: #444449;
  font-weight: 700;
}

#statistical .contentAfterTitle {
  color: #737782;
  font-size: 16px;
  text-align: center;
}

#statistical .contentAfterTitle span {
  color: #737782;
  font-weight: 900;
  font-size: 16px;
}

#statistical .bg-big {
  position: relative;
  margin-top: 40px;
}

#statistical .bg-big .container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}

/* #statistical .bg .item {
    position: relative;
    width: 50%;
    flex-grow: 1;
    text-align: center;
  }
  
  #statistical .bg .item .content {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
    color: #444449;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #statistical .bg .item .note {
    font-style: italic;
    font-size: 10px;
    color: #444449;
    margin-top: 10px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #statistical .bg .item .content span {
    font-weight: 700;
  } */

#statistical .container .item:first-child circle {
  stroke-width: 8;
  stroke: url(#GradientColor);
  fill: none;
  stroke-dasharray: 92 100;
}

#statistical .container .item:nth-child(2) circle {
  stroke-width: 8;
  stroke: url(#GradientColor);
  fill: none;
  stroke-dasharray: 75 100;
}

#statistical .container .item:nth-child(3) circle {
  stroke-width: 8;
  stroke: url(#GradientColor);
  fill: none;
  stroke-dasharray: 91 100;
}

#statistical .container .item:nth-child(4) circle {
  stroke-width: 8;
  stroke: url(#GradientColor);
  fill: none;
  stroke-dasharray: 96 100;
}

/* 
  #statistical .container text {
    dominant-baseline: middle;
    text-anchor: middle;
    font-size: 10px;
  } */

#statistical .container .bg {
  width: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.8) translateX(-43%);
  position: relative;
  margin-left: 61%;
  /* background-color: #cccccc; */
  position: relative;
}

#statistical .container .bg::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background-color: rgba(204, 204, 204, 0.5);
  border-radius: 50%;
  z-index: -3;
  /* filter: brightness(90%); */
}

#statistical .container .item .content_item {
  margin-top: 100px;
}

#statistical .container .item .content_item .note {
  font-size: 10px;
  font-style: italic;
  color: #444449;
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}

#statistical .container .item .content_item .content {
  text-align: center;
  font-size: 16px;
  color: #444449;
}

#statistical .container .item .content_item .content > span {
  font-weight: 700;
}

#statistical .container .bg .circle-small {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 36px;
  right: 36px;
  border-radius: 50%;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

#statistical .container .bg .circle-small > span {
  font-size: 30px;
  background: -webkit-linear-gradient(
    to left,
    #227df9 0%,
    #7462f9 25%,
    #df3ef8 50%,
    #7462f9 75%,
    #227df9 100%
  );
  background: linear-gradient(
    to left,
    #227df9 0%,
    #7462f9 25%,
    #df3ef8 50%,
    #7462f9 75%,
    #227df9 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

#statistical .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

#statistical .container .item {
  width: 50%;
  flex-grow: 1;
  height: auto;
  margin-top: 50px;
  margin-bottom: 80px;
}

#statistical .container .item .content {
  max-width: 412px;
  margin-left: auto;
  margin-right: auto;
}

#statistical .container .item .content > h1 {
  text-align: center;
  font-size: 26px;
  color: #444449;
}

#statistical .container .item .content > p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #444449;
}

#statistical .container .item .content > p > span {
  font-weight: 700;
}

.cyber_careers_rate {
  padding-top: 0;
  padding-bottom: 0;
  background: white;
}

@media screen and (min-width: 993px) {
  #statistical .container .bg {
    margin-left: 63%;
    transform: scale(1.8) translateX(-50%);
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  #statistical {
    padding: 12px 0;
    margin-top: -65px;
  }

  #statistical h1.title {
    text-align: center;
    color: #444449;
    font-size: 24px;
  }

  #statistical .contentAfterTitle {
    color: #737782;
    font-size: 18px;
    text-align: center;
  }

  #statistical .contentAfterTitle span {
    color: #737782;
    font-weight: 900;
  }

  #statistical .bg-big {
    margin-top: 0;
    position: relative;
  }

  #statistical .bg-big .container {
    transform: translateX(-2.8%);
    margin-top: 66px;
  }

  #statistical .container .bg {
    display: flex;
    flex-direction: row;
    transform: scale(1.4) translateX(-47%);
  }

  #statistical .container .item {
    height: auto;
    margin-top: 0;
  }

  #statistical .bg .item {
    width: 50%;
    flex-grow: 1;
    padding: 0 40px;
  }

  #statistical .container .item .content_item {
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 0 16px;
  }

  #statistical .bg .item .note,
  #statistical .bg .item .content {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  #statistical {
    padding: 2px;
    margin-top: -50px;
    width: 100%;
    overflow-x: hidden;
  }

  #statistical .bg-big {
    margin-top: 0;
  }

  #statistical h1.title {
    text-align: center;
    color: #444449;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  #statistical .contentAfterTitle {
    color: #737782;
    font-size: 18px;
    text-align: center;
  }

  #statistical .bg-big .container {
    display: flex;
    flex-direction: row;
    margin-top: 0;
  }

  #statistical .bg-big .item {
    width: 50%;
    flex-grow: 1;
    margin-top: 0;
    padding: 0 12px;
    height: auto;
  }

  #statistical .container .item {
    margin-bottom: 0;
  }

  #statistical .bg-big .item:nth-child(even) {
    transform: translateX(12px);
  }

  #statistical .bg-big .item:nth-child(odd) {
    transform: translateX(-12px);
  }

  #statistical .container .bg {
    transform: scale(0.7) translateX(-80%);
  }

  #statistical .container .bg svg {
    overflow: hidden !important;
  }

  #statistical .bg-big .item .content_item {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  #statistical .bg-big .item .content_item .content {
    font-size: 14px;
    line-height: 1.5;
  }

  #statistical .bg-big .item .note,
  #statistical .bg-big .item .content {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  #statistical .bg-big .item h3.title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    color: #444449;
  }
}
