/**
 * 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;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
    overflow: hidden;
    position: relative;
}
.an_abous_us-img {
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.an_abous_us-img img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.an_abous_us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.an_abous_us-title {
    line-height: 1.17;
    margin: 0px 0 39px;
    text-transform: capitalize;
    max-width: 400px;
}
.an_abous_us-text {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
    max-width: 600px;
}
.an_abous_us p {
    margin: 0 0 24px;
}
.an_abous_us-link {
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    .an_abous_us {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 15px;
    }
    .an_abous_us-img {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }
    .an_abous_us-content {
        margin: 0;
        position: static;
        padding: 15px 0 40px;
        width: 100%;
    }
    .an_abous_us-title h2,
    .an_abous_us-text {
        max-width: 100%;
    }
}