.pageProfit__efficiency .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  .pageProfit__efficiency .container {
    flex-direction: row;
  }
}
.pageProfit__efficiency .container > div {
  width: 100%;
}
.pageProfit__efficiency .textContainer {
  max-width: 529px;
}
.pageProfit__efficiency .textContainer h3 {
  max-width: 376px;
}
.pageProfit__plans {
  padding-bottom: 4.625rem;
}
.pageProfit__plans .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .pageProfit__plans .container {
    flex-direction: row;
  }
}
.pageProfit__plans__item {
  position: relative;
  width: 100%;
  padding: 2rem 1.5rem;
  padding-bottom: calc(2rem + 48px);
  border-radius: 10px;
  border: 1px solid #f7f8f7;
  background: #091b1e;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
}
@media (min-width: 768px) {
  .pageProfit__plans__item {
    width: calc(50% - 30px);
  }
}
.pageProfit__plans__item > span.title {
  color: #a7cd3e;
  font-family: "Itau Display Pro";
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
.pageProfit__plans__item .textContainer {
  margin: 1.5rem 0;
}
.pageProfit__plans__item .textContainer * {
  color: white;
}
.pageProfit__plans__item .textContainer span {
  color: #a7cd3e;
}
.pageProfit__plans__item .textContainer ul li {
  color: white !important;
}
.pageProfit__plans__item .textContainer ul li:before {
  background: white !important;
}
.pageProfit__plans__item > a {
  min-width: 226px;
  justify-content: center;
  position: absolute;
  left: 1.5rem;
  bottom: 2rem;
}
.pageProfit__planComparison {
  padding-bottom: 4.625rem;
}
.pageProfit__planComparison h3 {
  margin-bottom: 2.5rem;
}
.pageProfit__planComparison .more {
  background-color: #98D000;
  border-radius: 6px;
  padding: 10px 50px;
  font-family: MyriadProRegular, Arial, Tahoma, Verdana;
  text-align: center;
  text-decoration: none;
  color: #031B1F;
  font-size: 15px;
  width: max-content;
  margin: auto;
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #000;
}
.pageProfit__planComparison__table {
  overflow-x: scroll;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .pageProfit__planComparison__table {
    overflow: hidden;
    height: 410px;
  }
}
.pageProfit__planComparison__table img {
  min-width: 1140px;
}
.pageProfit__toHire {
  background: #f7f8f7;
  padding-top: 47px;
  padding-bottom: 3rem;
}
.pageProfit__toHire h3 {
  margin-bottom: 3.125rem;
}
.pageProfit__toHire .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 21px;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .pageProfit__toHire .container {
    flex-direction: row;
  }
}
.pageProfit__toHire__step {
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #f7f8f7;
  background: #091b1e;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
}
@media (min-width: 768px) {
  .pageProfit__toHire__step {
    width: calc(25% - 21px);
  }
}
.pageProfit__toHire__step span {
  color: #a7cd3e;
  font-family: "Itau Display Pro";
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: block;
  margin-bottom: 1rem;
}
.pageProfit__toHire__step p {
  color: white;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.pageProfit__toHire__step p a {
  color: white !important;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.pageProfit__video {
  padding: 57px 0 45px 0;
  background-image: url("/wp-content/themes/mziq_itau-ion/assets/img/courses-background.png");
  background-color: #091b1e;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.pageProfit__video h3 {
  display: block;
  margin-bottom: 3.437rem;
  color: white;
}
.pageProfit__video__grid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 992px) {
  .pageProfit__video__grid {
    flex-direction: row;
  }
}
.pageProfit__video__grid > div {
  width: 100%;
}
.pageProfit__video__grid > div:first-child {
  max-width: 656px;
}
.pageProfit__video__grid > div:last-child {
  max-width: 411px;
}
.pageProfit__video .textContainer {
  margin-bottom: 2rem;
}
.pageProfit__video .textContainer * {
  color: white;
}