.main-features-intro {
    background: transparent url(../img/bg-main-features.png) no-repeat center top/contain;
}

.text-features {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-box-flex: 0;
}

.img-features {
    -webkit-box-flex: 0;
    max-width: 50%;
    flex: 0 0 50%;
}

.main-features-intro .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.text-features h1 {
    color: #a64646;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.8px;
    margin-bottom: 20px;

}

.text-features h4 {
    color: #656d79;
    line-height: 1.75;
    font-size: 20px;
    margin: 0 0 30px;
}

.text-features p {
    color: #656d79;
    font-size: 15px;
    line-height: 1.79;
    text-align: justify;
    word-wrap: break-word;
    margin-right: 20px;
}

.main-features-intro .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.img-features img {
    max-width: 100%;
    height: auto;
}

.second-features .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 50px;
}

.second-features .container {
    width: 100%;

}



.box-features {
    padding: 0 40px;
    width: 450px;
    height: 250px;
    text-align: justify;
    word-wrap: break-word;
    background-color: #fff;
}

.box-features span {
    display: flex;
    
    
}

.box-features h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: #a64646;
}

.box-features P {
    font-size: 14px;
    font-weight: 400;
    color: #656d79;
}

.button {
    display: flex;
    justify-content: center;
}


/* CSS */
.button-16 {
  background-color: transparent;
  border: 0.3px solid #8e8e8e;
  border-radius: 30px;
  color: #a64646;
  cursor: pointer;
  font-family: "Poppins",sans-serif;
  font-size: 25px;
  height: 60px;
  line-height: 27px;
  min-width: 60px;
  padding: 0 16px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: pre;
  font-weight: 300;
  margin: 20px 0 0 0;
}

.button-16:hover {
  border-color: #a64646;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
  color: #a64646;
}

.button-16:focus {
  border-color: #4285f4;
  outline: none;
}

.atendente {
    text-align: center;
    padding: 15px 0;

}

.atendente a {
    font-size: 18px;
    text-decoration: none;
    color: #656d79;
}

.atendente a:hover {
    color: #a64646;
    text-decoration: underline;
}

/* RESPONSIVIDADE */


@media only screen and (min-width: 576px) {

    .main-features-intro .container {
        max-width: 540px;
    }

}
@media only screen and (min-width: 768px) {

    .main-features-intro .container {
        max-width: 720px;
    }


}

@media only screen and (min-width: 992px) {
    
    .main-features-intro .container {
        max-width: 960px;
    }

}

@media only screen and (min-width: 1200px) {

    .main-features-intro .container {
        max-width: 1300px;
    }

}

@media only screen and (max-width: 900px) {
    .box-features span {
        justify-content: center;
    }

    .box-features h3 {
        text-align: center;
    }

    .main-features-intro .row {
        display: block;
    }

    .text-features {
        max-width: 100%;
    }

    .img-features {
        max-width: 100%;
    }

    .button-16 {
        font-size: 20px;
    }
}