/*******************************************************
 *
 * General
 *
 *******************************************************/

.page-template-template-about #inner-page-wrapper>.container {
    padding: 0 15px;
    /* width: 100%; */
}

.page-template-template-about #content-sidebar,
.page-template-template-about #content-full {
    margin-top: 39px;
}

#inner-page-wrapper {
    overflow: hidden;
}

.ip-about #welcome {
    position: relative;
    padding-top: 40px;
}

.ip-about .welcome-text {
    width: 100%;
}

.ip-about #content .welcome-text .section-title-a h1 {
    font-weight: 600;
    font-size: 40px;
    margin: 0;
}

.ip-about #welcome .welcome-right {
    float: right;
    width: 60%;
    padding: 0 0 2% 3%;
}

.ip-about #welcome .welcome-right .welcome-agent {
    position: relative;
}

.ip-about #welcome .welcome-right .welcome-agent .welcome-agent img {
    width: 100%;
    display: block;
}

.ip-about #welcome .welcome-left {
    width: 100%;
}

.ip-about .welcome-text .section-title-a {
    padding: 40px 0 20px;
    margin: 0;
    text-align: center;
    font-family: var(--heading-font), serif;
    letter-spacing: .06em;
    line-height: 1;
    color: var(--primary-text-color);
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}

#content p {
    text-align: left;
    margin: 28px 0;
    line-height: 1.75;
    letter-spacing: .02em;
    font-weight: 300;
}

.ip-about #content .entry-title {
    margin-bottom: 0;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 992px) {
    #post-69>div.entry.entry-content>div.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
        display: flex;
        justify-content: right;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

    .ip-about .container {
        width: 100%;
        max-width: 750px;
    }

    .ip-about #welcome .welcome-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    #post-69>div.entry.entry-content>div.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {}