/**
 * 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-bottom: 35px;
    padding: 75px 0 63px;
    background: transparent;
    background-attachment: fixed;
}
.an_advantages-inner-wrap {
    overflow: hidden;
}
.an_advantages-head.an_advantages-head-hidden {
    display: none!important;
}

.an_advantages .an_advantages-head {
    margin-bottom: 65px;
}
.an_advantages-head .an_advantages-title {
    flex-basis: 100%;
    margin-bottom: 0;
    font-size: 36px;
    text-align: center;
    text-transform: none;
    color: #fff;
}
.an_advantages-footer {
    position: relative;
    max-width: 875px;
    padding-top: 41px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.an_advantages-footer.an_advantages-footer-hidden {
    display: none!important;
}
.an_advantages-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    background-color: #fff;
}
.an_advantages-text,
.an_advantages-footer p {
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.an_advantages .an_advantages-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
}
.an_advantages .an_advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    width: 33.33333%;
    padding: 0 25px;
    margin-bottom: 30px;
}
.an_advantages .an_advantages-item-img {
    max-width: 48px;
    margin-bottom: 19px;
    height: 53px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.an_advantages .an_advantages-item-img img {
    max-width: 100%;
}
.an_advantages .an_advantages-item .an_advantages-item-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.an_advantages .an_advantages-item p:not(.an_advantages-item-title) {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: .5;
    margin-bottom: 13px;
}
@media (max-width: 767px) {
    .an_advantages .an_advantages-item {
        width: 100%;
    }
}