/**
 * 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: 67px 0 0px;
}
.an_advantages-inner-wrap {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.an_advantages-head.an_advantages-head-hidden {
    display: none!important;
}
.an_advantages-head.an_advantages-head-hidden+.an_advantages-list {
    width: 100%;
    padding: 0;
}
.an_advantages-head .an_advantages-title {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.an_advantages-content {
    display: flex;
}
.an_advantages-head .an_advantages-image {
    margin-top: 5px;
    margin-right: 15px;
    max-width: 330px;
}
.an_advantages-head .an_advantages-image img {
    height: auto;
}
.an_advantages-head .an_advantages-text {
    padding: 0 15px;
}
.an_advantages-head .an_advantages-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 34px;
}
.an_advantages .an_advantages-head {
    width: 66.66667%;
    text-align: left;
}
.an_advantages .an_advantages-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    width: 33.3333%;
    padding: 45px 0px 0 21px;
}
.an_advantages .an_advantages-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding: 0;
    margin-bottom: 18px;
}
.an_advantages .an_advantages-item-img {
    padding: 5px 10px;
    margin-right: 8px;
    min-width: 56px;
    text-align: center;
}
.an_advantages .an_advantages-item-img img {
    max-width: 100%;
}
.an_advantages-item-desc .an_advantages-item-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
    line-height: 30px;
}
.an_advantages-item-desc p:not(.an_advantages-item-title) {
    color: #949494;
    line-height: 18px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .an_advantages .an_advantages-head,
    .an_advantages .an_advantages-list {
        width: 100%;
    }
    .an_advantages .an_advantages-list {
        padding: 40px 0 0;
        width: 100%;
    }
}
@media (max-width: 640px) {
    .an_advantages-content {
        flex-direction: column;
    }
    .an_advantages-head .an_advantages-text {
        padding: 20px 0 0;
    }
}