/**
 * 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-top: 44px;
    margin-bottom: 53px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.an_abous_us-img {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.an_about_us-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.an_abous_us-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 30px 15px 55px;
}
.an_abous_us-title {
    line-height: 1.2;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.an_abous_us-text,
.an_abous_us p {
    line-height: 30px;
    font-size: 16px;
    margin: 0;
    max-width: 600px;
}
.an_abous_us-text {
    margin-bottom: 21px;
}
.an_abous_us-link {
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .an_abous_us {
        flex-wrap: wrap;
        justify-content: center;
    }
    .an_abous_us-content {
        margin: 0;
        position: static;
        padding: 15px 0;
    }
}