#inner-page-wrapper  {
    overflow-x: hiddenl;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-about-intro {
    background-image: url(../../images/about/about-intro-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    overflow-x: hidden;
}

.ip-about-intro .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.ip-about-agent-photo {
    position: relative;
}

.ip-about-agent-photo::before {
    content: '';
    width: 100%;
    height: 80%;
    background: rgb(12,44,76);
    background: linear-gradient(90deg, rgba(12,44,76,1) 0%, rgba(18,63,111,1) 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.ip-about-agent-photo img {
    display: block;
    position: relative;
    z-index: 2;
}

.ip-about-intro-text {
    padding: 0 0 0 60px;
}

.ip-about-intro-text p {
    margin-bottom: 50px !important;
}

.ip-about-agent-sm {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.about-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px !important;
    line-height: 120%;
}

.about-title:before {
    content: "";
    display: block;
    width: max(6.188vw, 50px);
    height: max(4.813vw, 39px);
    background: transparent url(../../images/vpaige-monogram.png) no-repeat;
    background-size: 100%;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 30px;
}

.about-title strong {
    color: rgb(var(--primary));
    font-size: 65px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 100%;
}

.about-title small {
    display: inline-block;
    text-transform: uppercase;
    font-size: 23px !important;
    color: #2b2e30;
    position: relative;
}


.about-title small:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: calc(100% + 20px);
    height: 1px;
    background: #c7c7c7;
    width: calc(100% - 20px);
    pointer-events: none;
    transform: translateY(-50%);
}

.about-title small:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 40px);
    width: max(2.5vw, 30px);
    height: 5px;
    background: #b0c2d5;
    pointer-events: none;
    transform: translateY(-50%);
}

.about-title small:nth-of-type(3) {
    font-size: 18px !important;
    margin-top: 5px;
}

.ip-about-video-wrap {
    padding: 80px 0;
}

.ip-about-video a {
    display: block;
    position: relative;
    transition: all .5s;
}

.ip-about-video img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 310px;
}

.ip-about-video a::before {
    width: 120px;
    height: 120px;
    content: "\b0087";
    border: 1px #fff solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: agentimage!important;
    font-size: 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.ip-about-video a:hover::before {
    background-color: rgb(var(--primary));
    border-color: transparent;
}

.ip-about-featured-text {
    background-image: url(../../images/about/about-featured-text-bg.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 120px 0;
}

.ip-about-featured-text .container {
    max-width: 950px;
}

.ip-about-featured-text h2 {
    font-size: 30px !important;
    text-transform: uppercase;
}

.ip-about-content {
    padding: 80px 0;
}

.ip-about-content ul {
    margin-left: 25px !important;
}

.ip-about-content  p {
    margin-top: 0 !Important;
    margin-bottom: 25px !important;
}


.ip-about-content-left img {
    width: 100%;
}

@media(max-width: 1199px) {
    .about-title strong {
        font-size: 50px;
    }
}

@media(max-width: 991px) {
    .ip-about-intro  {
        padding: 20px 0;
    }
    .ip-about-intro .row {
        justify-content: center;
    }
    .ip-about-intro-text {
        padding-left: 0;
    }
}

@media(max-width:480px) {
    .about-title strong {
        font-size: 40px;
    }
    .about-title small {
        font-size: 16px !important;
    }
}