#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#ip-services {
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;    
}

/* #ip-services .canvas-bg {
    top: 250px;
} */

#ip-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: #fff;
    z-index: 1;
}

#ip-services .custom-container {
    max-width: 1280px;
}

.ip-services-intro {
    background: #fff;
    padding: 45px 100px 75px;
    padding: 2.8125vw 6.25vw 4.6875vw;
    margin-bottom: 30px;
}

.ip-services-intro h3 {
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-bottom: 3.125vw;
}


.ip-services-list {
    background: #fff;
    padding: 45px 70px;
    padding: 2.8125vw 4.375vw;
}

.ip-services-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
}
 
.ip-services-list-item-img {
    width: calc(50% - 20px);    
}

.ip-services-list-item-txt {
    width: 50%;
    padding: 0 65px;
    padding: 0 0 0 4.0625vw;
}

.ip-services-list-item-txt h2 {
    text-transform: uppercase;
}

.ip-services-list-item:nth-child(even) {
    flex-direction: row-reverse
}

.ip-services-list-item:nth-child(even) .ip-services-list-item-txt {
     padding: 0 4.0625vw 0 0;
}

/*.ip-banner-logo {
	display: none !important;
}*/

@media(max-width: 991px) {
    #ip-services  {
        padding: 50px 0;
    }
    .ip-services-list-item-img, .ip-services-list-item-txt {
        width: 100%;
    }
    .ip-services-list-item {
        margin: 0;
    }
    .ip-services-list-item-txt, 
    .ip-services-list-item:nth-child(even) .ip-services-list-item-txt {
        text-align: center;
        padding: 50px 0;
    }
}


@media(max-width: 480px) {
    #ip-services .section-title :is(h1, h2) {        
        margin-bottom: 30px;
        font-size: 32px;
    }
}