.block {
  margin: 0 9%;
  display: flex;
  flex-direction: column;
}

.title {
  color: #1A2634;
  text-transform: uppercase;
}

.title__sobre {
	font-size: 46px;
	line-height: 18px;
  font-weight: 400;
	border-bottom: 12px solid #CBD42F;
  width: 198px;
  margin: 0;
}

.title__economia {
  font-size: 58px;
  line-height: 50px;
  margin: 5px 0;
}

.text {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px;
}

.text--center {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px;
  text-align: center;
}

.st_text {
  margin-top: 40px;
}

.section-title__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}

.section-subtitle {
  margin: 0;
  font-size: 30px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1A2634;
}

.section-title {
  margin: 0;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  color: #1A2634;
}

.section-title__container img {
  width: 104px;
  height: 102px;
  margin: 8px 0;
}

.nd_text {
  margin-top: 40px;
}

.rd_text img {
  width: 100%;
  margin: 24px 0;
}

.section-title__container--side {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.text-box {
  color: #1A2634;
  background-color: #EFF5FE;
  border-radius: 20px;
  padding: 55px 42px 30px 42px;
  margin: 30px 0;
}

.cards__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
  margin-bottom: 40px;
}

.card {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 20px;
  padding: 20px 0;
}

.card img {
  height: 80px;
  width: 85px;
  object-fit: contain;
}

.card p {
  font-weight: 500;
  font-size: 20px;
  color: #1A2634;
}

@media (max-width: 992px) {

  .title {
    color: #1A2634;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .title__sobre {
    font-size: 26px;
    line-height: 8px;
    margin-top: 3px;
    border-bottom: 9px solid #CBD42F;
    width: auto;
  }
  
  .title__economia {
    font-size: 28px;
    margin-top: -6px;
  }

  .text {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 35px;
  }

  .section-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1A2634;
  }
  
  .section-title {
    margin: 0;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #1A2634;
  }

  .section-title__container img {
    width: 92px;
    height: 90px;
    margin: 8px 0;
  }

  .card {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 20px;
    padding: 20px 0;
  }

  .card img {
    height: 60px;
    width: 64px;
    object-fit: contain;
  }
  
  .text--center {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 35px;
    text-align: left;
  } 
}