/**
 * 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: 41px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    background: #382122;
    border-radius: 80px;
    padding: 75px 95px 75px 95px;
}
.an_abous_us-img {
    width: 100%;
    max-width: 445px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 82px;
    overflow: hidden;
}
.an_abous_us-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.an_abous_us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0px 15px 80px;
}
.an_abous_us-content .an_abous_us-title {
    color: #fff;
    line-height: 1.2;
    margin: 1px 0 10px;
    text-transform: uppercase;
    max-width: 410px;
}
.an_abous_us-text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    max-width: 495px;
}
.an_abous_us p {
    color: #fff;
    margin: 0 0 28px;
    max-width: 380px;
}
.an_abous_us-text {
    margin-bottom: 12px;
}
.an_abous_us-link {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 991px) {
    .an_abous_us {
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 15px;
    }
    .an_abous_us-img {
        width: 100%;
        max-width: 100%;
    }
    .an_abous_us-content {
        margin: 0;
        position: static;
        padding: 15px 0px;
        width: 100%;
    }
    .an_abous_us-title h2,
    .an_abous_us-text {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .an_abous_us {
        border-radius: 20px;
    }
    .an_abous_us-img {
        border-radius: 20px;
    }
}