/**
 * 2022 Anvanto
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Anvanto <anvantoco@gmail.com>
 *  @copyright  2022 Anvanto
 *  @license    Valid for 1 website (or project) for each purchase of license
 *  International Registered Trademark & Property of Anvanto
 */

.an_advantages {
    margin: 46px 0 81px;
}
.an_advantages-inner-wrap {
    overflow: hidden;
    background: #F6F6F6;
    border-radius: 10px;
}
.an_advantages-head.an_advantages-head-hidden {
    display: none!important;
}

.an_advantages .an_advantages-head {
    margin-bottom: 50px;
    text-align: center;
}
.an_advantages-head .an_advantages-title {
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.an_advantages-head p:not(.an_advantages-title) {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    max-width: 980px;
    margin: 0 auto 15px;
}
.an_advantages .an_advantages-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 31px 30px 9px 12px;
}
.an_advantages .an_advantages-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    max-width: 33.3334%;
    width: 100%;
    padding: 15px 0px 15px 15px;
}
.an_advantages .an_advantages-item-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 5px;
    flex: 80px 0 0;
}
.an_advantages .an_advantages-item-img img {
    max-width: 100%;
}
.an_advantages .an_advantages-item .an_advantages-item-title {
    line-height: 1.2;
    margin: 9px 0 9px;
    text-transform: uppercase;
}
.an_advantages .an_advantages-item p:not(.an_advantages-item-title) {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
}
@media (max-width: 1200px) {
    .an_advantages .an_advantages-item {
        align-items: flex-start;
    }
}
@media (max-width: 991px) {
    .an_advantages .an_advantages-item {
        max-width: 100%;
    }
}