/**
 * 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 {
    display: flex;
    margin-bottom: 90px;
}
.an_abous_us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 54px 0 31px;
    max-width: calc(100% - 255px);
}
.an_abous_us-img {
    width: 100%;
    max-width: 255px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
}
.an_about_us-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.an_abous_us-title {
    line-height: 1.2;
    margin-bottom: 16px;
}
.an_abous_us p {
    margin-bottom: 24px;
}
.an_abous_us-link a {
    color: #7e7e7e;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .an_abous_us {
        flex-direction: column;
        align-items: center;
    }
    .an_abous_us-img {
        max-width: 100%;
        margin: 0 0 20px;
    }
    .an_abous_us-content {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
}