/*******************************************************
 *
 * Main
 *
 *******************************************************/
#inner-page-wrapper {
    overflow: hidden;
    margin-bottom: 45px;
}

#content-sidebar,
#content-full {
    margin-top: 45px;
}

.ip-about {
    position: relative;
}

#content .about-wrap {
    position: relative;
}

#content .about-main {

    position: relative;
    z-index: 1;
}

#content .about-inner {
    position: relative;
}

#content .about-inner .about-img {
    float: right;
    width: 53%;
    margin: 0 0 3% -3%;
    position: relative;
}
    #content .about-inner .about-img img{
        display: block;
        width: 100%;
    }

    #content .about-inner .about-img:after {
        display: block;
        background: var(--background-color);
        left: 0;
        bottom: 0;
        content: "";
        position: absolute;
        height: 88%;
        width: 15%;
    }

#content .about-title {
    position: relative;
}
#content .about-title h1{

}
#content .about-title small {
    margin: 0;
    padding-top: 5%;
}
#content .about-title strong {
    font-size: 50px;
    line-height: 1.22;
    color: var(--dark);
}

#content .about-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6111;
    letter-spacing: 0.34px;
    color: var(--dark);
    margin-top: 35px;
}

#content .about-content p {
    line-height: inherit;
}

#content .about-link {
    min-width: 211px;
    margin-top: 74px;
}


/*******************************************************
 *
 * Mobile
 *
 *******************************************************/
@media only screen and (max-width: 1199px) {
    #content .about-content {
        padding-right: 35px;
    }

}

@media only screen and (max-width: 991px) {
    #content .about-content {
        padding-right: 0;
    }

    #content .about-title strong {
        font-size: 40px;
    }

    #content .about-inner .about-img {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }

    #content .about-inner .about-img:after{
        display: none;
    }


}

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


    #content .about-title strong {
        font-size: 35px;
    }
}
