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

.page-template-template-about #inner-page-wrapper > .container {
    padding: 0;
    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 {
    padding: 0 39px;
    position: relative;
}

#welcome .welcome-left,
#welcome .welcome-right {
    width: 50%;
    padding: 0;
    margin: 0;
    background: initial;
}

#welcome .welcome-text {
    text-align: center;
    width: 78%;
    margin: 0 auto 0;
}

#welcome .welcome-text .section-title-a {
    margin-bottom: 62px;
}

#welcome .section-title-a {
    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;
}

#welcome .welcome-agent {
    position: relative;
}

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

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#welcome .welcome-left:before {
    display: none;
}

/*******************************************************
 *
 * 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) {
    
} 

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

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