.content_title span{
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  color: #a4a4a4;
}
.content_title span::after{
  position: relative;
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #a4a4a4;
  margin-left: 18px;
  margin-top: 4px;
}
.content_title h1{
  font-size: 38px;
  color: var(--title-color);
}
.content_title p{
  font-size: 20px;
  color: var(--text-color);
}
.go_produtos{
  position: relative;
  width: 168px;
  height: 48px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--color-main);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 8px #4B4B4B69
}
.go_produtos:hover{
  background-color:var(--hover-colors);
}
.go_produtos:focus{
  background-color: var(--focus-colors);
}
.banner_about_us{
  position: relative;
  width: 100%;
  top: 18px;
  z-index: 1;
}


/* SECTION 2 */
#PerguntasFrequentes {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 60px;
}

.common_questions_title {
  width: max-content;
  font-size: 20px;
}

.border_commom_questions {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #000;
  float: right;
  margin-left: 20px;
  margin-top: 16px;
  border-radius: 5px;
}

.card {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #D5D5D5;
}

.card-header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 35px;
  border-bottom: 3px solid var(--color-main);
  border-left: 3px solid var(--color-main);
  transform: rotate(315deg);
  border-radius: 2px;
  cursor: pointer;
  transition: var(--transition);
}

.collapsed+.arrow {
  transform: rotate(225deg);
}

.btn-link {
  font-size: 18px;
  color: var(--color-text);
}

.button_ainda_tem_duvidas {
  width: 100%;
  height: 70px;
  font-size: 24px;
  font-weight: 600;
  padding: 0px;
}

@media (orientation:portrait),
(max-width:1024px) {
  .img_section_1 {
    position: relative;
    width: 100%;
    min-height: 150px;
    max-height: 410px;
    margin-top: 80px;
  }
  .banner_about_us{
    display: none;
  }
  body{
    background: #ffffff !important;
  }
  .common_questions_title{
    margin-top: 0px !important;
    padding-top: 30px !important;
  }
}
