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

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

#ip-element-about .entry-title {
    display: none !important;
}
#ip-element-about .aios-about-title strong {
    font-family: var(--font-family-title);
    color: var(--primary-text-color);
    line-height: 1;
}
#ip-element-about .aios-about-title small {
    font-weight: 400;
    font-family: var(--font-family-default);
    font-size: max(2.75vw, 24px) !important; 
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#ip-element-about .aios-about-title small:before {
    display: none;
}
#ip-element-about .aios-about-title span {
    font-size: 50px;
    color: var(--dark);
    line-height: 1;
}

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

@media only screen and (max-width: 991px) {
    #ip-element-about .aios-about-title span {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #ip-element-about .aios-about-title span {
        font-size: 35px;
    }
}
