.animated {
  transition: all 0.5s;
}
.challanges {
  overflow: hidden;
  background-color: #f5f7fa;
  position: relative;
  font-weight: 400;
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.challange-content {
  z-index: 1;
  width: 16rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transform: translateY(0);
  opacity: 1;
}
.content-left {
  text-align: left;
}
.challanges h1 {
  position: relative;
  z-index: 99;
  font-size: 0.48rem;
  font-weight: 700;
  /* line-height: 3.125rem; */
  color: #090f21;
}
.challanges h2 {
  position: relative;
  z-index: 99;
  margin-top: 0.1rem;
  font-size: 0.165rem;
  font-weight: 400;
  color: rgba(9, 15, 33, 0.2);
  /* line-height: 1.25rem; */
  letter-spacing: 0.1rem;
  text-indent: 0.125rem;
}

.core-p {
  z-index: 1;
  font-size: 0.185rem;
  font-weight: 400;
  line-height: 0.32rem;
  color: rgba(9, 15, 33, 0.5);
  margin-top: 0.32rem;
}
.challange-tag {
    color: rgba(9, 15, 33, 0.5);
    padding: 0.14rem 0.4375rem;
    margin-left: 0.375rem;
    width: 1.5rem;
    /* height: 0.975rem; */
    transition: all 0.5s;
}
.challange-tag-active {
  color: #090f21;
  background: rgba(255, 255, 255);
  box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(26, 39, 59, 0.1);
  border-radius: 8px;
  transition: all 0.5s;
}
.challange-tag {
  width: 3.8rem;
  margin: 0.3rem 0 0 0;
}

.challange-tag:first-child {
  margin-left: 0;
}

.challange-tag-subtitle {
    font-size: 0.225rem;
    font-weight: 400;
}
.challange-tag-subtitle {
    line-height: 0.26rem;
}
.challange-tag-title {
    color: rgba(9,15,33,.5);
    font-size: 0.185rem;
    font-weight: 400;
}
.challange-tag-title {
    line-height: 0.26rem;
}

.content-right {
    background: rgba(255,255,255);
    box-shadow: 0.1125rem 0.1125rem 0.25rem rgba(26,39,59,0.1);
    border-radius: 8px;
    transition: all 0.5s;
}

.challanges .content-right {
    display: block;
    width: 13rem;
    margin-right: -1.5rem;
    padding: 0.425rem 0.6875rem 0.425rem;
    text-align: left;
}
.senoria-title {
    font-size: 0.3rem;
    font-weight: 500;
    color: #090F21;
}
.senoria-content {
    display: flex;
    flex-wrap: wrap;
}
.challenge-para {
    width: 5.5rem;
}

.senoria-content .challange-tag-subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 0.1875rem;
    margin-top: 0.625rem;
    font-size: 0.225rem;
    font-weight: 400;
}
.senoria-icon {
    width: 0.5rem!important;
    height: 0.5rem!important;
    margin-right: 0.275rem;
}

.senoria-content .challange-tag-title {
    margin-left: 0.775rem;
    line-height: 0.275rem;
}

.challenge-para .challange-tag-title {
    font-weight: 400;
    line-height: 0.275rem;
    color: rgba(9,15,33,.5);
}

@media (max-width: 767px) {
  .challange-content {
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }
  .content-left {
    text-align: center;
  }
  .challange-tags {
    display: flex;
    
  }
  .challanges .content-right {
    margin-right: 0;
    width: auto;
    margin: 0.5rem;
  }
}