@charset "utf-8";

#advantages-02 {
    text-align: center;
    padding-bottom:100px;
}
#advantages-02 .txt-modulo-base {
    font-size: 34px;
}
#advantages-02 .items {
    display: flex;
    margin:0 auto 15px;
}
#advantages-02 .items .item {
    margin-bottom: 25px;
}
#advantages-02 .items .item .inner {
    padding:30px 35px 40px 35px;
    height: 100%;
    border-radius: 25px;
    background: #F9F9F9;
    border: 1px solid #BFBFBF;
}
#advantages-02 .items p {
    margin:0 auto;
    line-height: 1.5em;
    min-height: 70px;
    font-size: 20px;
}
#advantages-02 .items .img {
    width: auto;
    height: 70px;
    margin-bottom:15px;
}
#advantages-02 .items h3 {
    font-weight: 700;
    font-size:30px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 768px){
    #advantages-02 {
        padding-bottom: 40px;
    }
    #advantages-02 .items {
        display: block;
    }
    #advantages-02 .items .item {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 600px){
    #advantages-02 .items p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 425px){
    #advantages-02 {
        padding-top: 0;
    }
    #advantages-02 .items {
        margin-bottom:10px;
    }
    #advantages-02 .item {
        max-width: 100%;
        margin: 0 auto 27px;
    }
    #advantages-02 .item p {
        min-height: auto;
    }
}