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

.page-template-template-about #inner-page-wrapper > .container {
    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 .welcome-text .section-title-a{
        padding: 40px 0 20px;
        margin: 0;
    }
    .ip-about #content .welcome-text .section-title-a h2,
    .ip-about #content .welcome-text .section-title-a h1{
        font-weight: bold;
        font-size: 24px;
        margin: 0;
        color: #cdbe9d;
        text-transform: uppercase;
        font-family: var(--font-family-title);
        line-height: normal;
    }
    .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-right .welcome-agent img {
                max-width: 100%;
            }

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

    .ip-about  .welcome-text .section-title-a{
            text-align: left;
            font-family: var(--heading-font), serif;
            letter-spacing: .06em;
            line-height: 1;
            color: var(--heading-text-color-dark);
            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;
    }

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

@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 #welcome .welcome-right{
        float: none;
        width: 100%;
        padding: 0;
    }
} 

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

}

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