.work-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .work-select {
    flex-direction: column;
    align-items: flex-start;
  }
}


#progress-of-work {
  padding: 100px 0 0;
}

#progress-of-work h3 {
  color: var(--Pantone-Neutral-Black, #222);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin-bottom: 60px;
  max-width: 400px
}

@media screen and (max-width: 767px) {
  #progress-of-work h3 {
    font-size: 1.5rem;
    width: 67%;
  }
}

#progress-of-work .progress-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#progress-of-work .progress-itens .progress-section {
  width: 48%;
  margin: 20px 10px
}

@media screen and (max-width: 767px) {
  #progress-of-work .progress-itens .progress-section {
    width: 100%;
  }

}

#progress-of-work .progress-itens .progress-section .progress-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600
}

@media screen and (max-width: 767px) {
  #progress-of-work .progress-itens .progress-section .progress-label {
    font-size: 12px;
  }
}

#progress-of-work .progress-itens .progress-bar-container {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #f3f3f3;
  border-radius: 20px;
  position: relative;
  height: 5px;
}

#progress-of-work .progress-itens .progress-bar {
  background-color: #2c6650;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
}

#progress-of-work .progress-itens .progress-percentage {
  -webkit-box-flex: .3;
  -ms-flex: .3;
  flex: .3;
  text-align: right;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  display: inline-block;
  float: right;
  background-color: #c2e76b;
  border-radius: 30px;
  padding: 7px 10px;
}

@media screen and (max-width: 767px) {
  #progress-of-work .progress-itens .progress-percentage {
    font-size: 12px;
  }
}

#progress-of-work .completion-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  margin-bottom: 40px
}

#progress-of-work .completion-status span {
  font-size: 14px;
  color: #666
}

#progress-of-work .completion-percent {
  color: var(--Pantone-Neutral-Black, #222);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%
}

@media screen and (max-width: 767px) {
  #progress-of-work .completion-percent {
    font-size: 2rem;
  }

}

#progress-of-work .completion-conc {
  color: var(--Pantone-415C, #909288);
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: .12px;
  text-transform: uppercase
}

@media screen and (max-width: 767px) {
  #progress-of-work .completion-conc {
    font-size: 14px;
  }

}

#progress-of-work .completion-estimate {
  text-align: right;
  border-radius: 90px;
  background: var(--Pantone-374-C, #c2e76b);
  padding: 3px 20px;
  padding: 3px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}

#progress-of-work .select-month {
  margin-bottom: 50px;
}

#progress-of-work .select-month select {
  width: 320px;
  padding: 10px;
  font-size: 16px;
  margin: 0 10px;
  background-color: #ece9dc;
  border: none;
  border-radius: 10px
}


@media screen and (max-width: 767px) {
  #progress-of-work .select-month select {
    margin: 0;
  }

}

#progress-of-work .nav-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #progress-of-work .nav-buttons {
    flex-direction: column;
  }

}

#progress-of-work .nav-buttons h3 {
  color: #222;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin: 0;
  width: 28%;
}

#progress-of-work #acompanhe-h3 {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  margin: 30px auto 60px;
  text-align: center;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #progress-of-work .nav-buttons h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    width: 92%;
  }
}