/**
 * 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: 85px;
    overflow: hidden;
    position: relative;
    background: #F5F5F5;
}
.an_abous_us-img {
    width: 100%;
    margin-left: auto;
    max-width: 45.7%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.an_abous_us-img img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.an_abous_us-inner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.an_abous_us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 55%;
}
.an_abous_us-title {
    line-height: 1.2;
    margin: 5px 0 24px;
    text-transform: capitalize;
    max-width: 400px;
}
.an_abous_us-text {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    max-width: 540px;
}
.an_abous_us p {
    margin: 0 0 30px;
}
.an_abous_us-link {
    margin: 10px 0 0px;
}
@media (max-width: 991px) {
    .an_abous_us {
        flex-wrap: wrap;
        justify-content: center;
    }
    .an_abous_us-img {
        width: 100%;
        max-width: 100%;
    }
    .an_abous_us-img img {
        width: 100%;
    }
    .an_abous_us-inner-wrap {
        position: static;
    }
    .an_abous_us-content {
        margin: 0;
        position: static;
        padding: 20px 0 30px;
        width: 100%;
        max-width: 100%;
    }
    .an_abous_us-title h2,
    .an_abous_us-text {
        max-width: 100%;
    }
}