section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.even {
    background-color: #fbfbfb;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.faq_width_limit {
    max-width: 50%;
}

.my-float{
    margin-top:16px;
}

.section-title {
    text-align: center;
    margin-bottom: 5rem;
}

.section-title:before, .section-title:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #feb900;
    display: inline-block;
}
.section-title:after {
    margin: 0 0 10px 15px;
}
.section-title:before {
    margin: 0 15px 10px 0;
}

.section-content {
    text-align: center;
}

.button-whatsapp{
    color:white;
    background-color: #25d366;
}