@charset "utf-8";

#advantages-01 {
    text-align: center;
    padding-bottom:100px;
}
#advantages-01 h2 {
    font-size: 58px;
    max-width: 950px;
    margin: 0 auto 50px
}
#advantages-01 .divider::after {
    width: 80px;
}
#advantages-01 .divider.center::after {
    margin-left: -40px;
} 
#advantages-01 .txt-modulo-base {
    font-size: 34px;
}
#advantages-01 .divider {
    margin-bottom:60px;
}
#advantages-01 .items {
    display: flex;
    margin:0 auto 25px;
}
#advantages-01 .items .item {
    margin-bottom: 25px;
}
#advantages-01 .items .item .inner {
    padding:30px 35px 40px 35px;
    height: 100%;
    border-radius: 25px;
    background: #F9F9F9;
    border: 1px solid #e4e4e4;
}
#advantages-01 .items p {
    margin:0 auto;
    line-height: 1.5em;
    min-height: 70px;
    font-size: 20px;
}
#advantages-01 .items .img {
    width: 66px;
    height: auto;
    margin-bottom:15px;
}
#advantages-01 .items h3 {
    font-weight: 700;
    font-size:30px;
    padding-bottom:30px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 768px){
    #advantages-01 .items {
        display: block;
    }
    #advantages-01 .items .item {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 600px) {
	#advantages-01 h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 425px){
    #advantages-01 .items {
        margin-bottom:10px;
    }
    #advantages-01 .item {
        max-width: 100%;
        margin: 0 auto 27px;
    }
    #advantages-01 .item p {
        min-height: auto;
    }
}