/**
 * 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_abous_us {
    position: relative;
    margin: 94px 0 70px 0;
    text-align: center;
}
.an_abous_us:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
}
.an_abous_us-content {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.an_abous_us-img {
    padding: 0;
}
.an_abous_us-img img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
}
.an_abous_us-title {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 30px;
    background-color: #fff;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}
.an_abous_us-text {
    padding: 0 0 0 8px;
}
.an_abous_us-text-wrap {
    max-width: 665px;
    margin-top: 76px;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -.13px;
    margin-bottom: 25px;
}
.an_abous_us-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
}
.an_abous_us-link {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .an_abous_us-text {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 991px) {
    .an_abous_us-content {
        text-align: center;
    }
    .an_abous_us-text {
        padding: 0;
    }
    .an_abous_us p {
        max-width: 100%;
        margin: 20px auto;
    }
}