.ip-banner {
    display: none;
}

.ip-custom-banner-content-holder {
    background: #a9c8fe;
    position: relative;
    padding: 177px 0 45px;
    padding: 9.219vw 0 2.344vw;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

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

.ip-timeline-area {
    position: relative;
    margin-top: 269px;
    margin-top: 14.01vw;
    padding: 0 0 192px;
    padding: 0 0 10vw;
}

    .ip-timeline-list {
        position: relative;
        padding: 0 15px;
        margin-bottom: 200px;
        margin-bottom: 10.417vw;
    }

        .ip-timeline-list-inner {
            max-width: 85.417vw;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            position: relative;
            z-index: 5;
            overflow: hidden;
        }

            .ip-timeline-photo,
            .ip-timeline-content {
                padding: 0 70px;
                padding: 0 3.646vw;
                width: 50%;
            }

                .ip-timeline-label {
                    font-size: 70px;
                    font-size: 3.646vw;
                    color: #493fe2;
                    font-weight: 700;
                    line-height: 1;
                    font-family: var(--font-family-default);
                    margin-bottom: 19px;
                    margin-bottom: 0.99vw;
                }

                    .ip-timeline-text p {
                        font-size: 28px !important;
                        font-size: 1.458vw !important;
                        color: #6a6a6a;
                        margin: 0 0 !important;
                        line-height: 39px !important;
                        line-height: 2.031vw !important;
                        padding-bottom: 39px;
                        padding-bottom: 2.031vw;
                    }

                        .ip-timeline-photo-inner img {
                            width: 100%;
                            margin: 0 auto;
                        }

                            .ip-timeline-accent {
                                position: absolute;
                                width: 24.531vw;
                                height: 24.531vw;
                                right: 0;
                                top: 70px;
                                top: 3.646vw;
                                background: url(../../images/about-dojo/timeline-accent1.png) no-repeat;
                                background-position: center;
                                background-size: 100% 100%;
                                pointer-events: none !important;
                            }

                                .ip-timeline-list:nth-child(even) .ip-timeline-accent{
                                    width: 24.479vw;
                                    height: 24.479vw;
                                    right: auto;
                                    left: 0;
                                    background: url(../../images/about-dojo/timeline-accent2.png) no-repeat;
                                    background-position: center;
                                    background-size: 100% 100%;
                                }

                                    .ip-timeline-list:first-child .ip-timeline-accent {
                                        top: -84px;
                                        top: -4.375vw;
                                    }

                                        .ip-timeline-list:nth-child(even) .ip-timeline-list-inner {
                                            flex-direction: row-reverse;
                                        }

                                    .ip-timeline-list:nth-child(even) .ip-timeline-content {
                                        text-align: right;
                                    }

                                .ip-timeline-list.latest-timeline .ip-timeline-content {
                                    text-align: center;
                                    width: 100%;
                                    position: relative;
                                }

                            .ip-timeline-dot {
                                position: absolute;
                                top: 20px;
                                top: 1.042vw;
                                left: -82px;
                                left: -4.271vw;
                                width: 25px;
                                width: 1.302vw;
                                height: 25px;
                                height: 1.302vw;
                                background: #fff;
                                margin: auto;
                                border-radius: 100%;
                                border: solid 7px #2671fa;
                                box-shadow: 0px 2px 8px 0px rgb(23 40 70 / 38%);
                            }

                            .ip-timeline-list:nth-child(even) .ip-timeline-dot{
                                left: auto;
                                right: -82px;
                                right: -4.271vw;
                            }

                        .ip-timeline-content-inner,
                        .ip-timeline-feed{
                            position: relative;
                        }

                    .ip-timeline-feed::after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        margin: auto;
                        width: 13px;
                        width: 0.677vw;
                        height: 100%;
                        background: #f0f4ff;
                    }

                .ip-timeline-list:last-child {
                    margin-bottom: 0;
                }

            .ip-timeline-list:first-child .ip-timeline-dot::after {
                content: '';
                position: absolute;
                bottom: 100%;
                width: 17px;
                height: 500px;
                background: #fff;
                z-index: -1;
                left: -5px;
            }

        .ip-timeline-list.latest-timeline .ip-timeline-content .ip-timeline-dot {
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 45px;
            margin-bottom: 2.344vw;
        }

            .ip-timeline-feed {
                padding-bottom: 219px;
                padding-bottom: 11.406vw;
            }

                .ip-timeline-plan {
                    display: flex;
                    flex-wrap: wrap;
                    max-width: 1230px;
                    max-width: 64.063vw;
                    margin: 9px auto 0;
                }

                    .ip-timeline-plan-list {
                        width: calc(100% / 3);
                        padding: 14px;
                        padding: 0.729vw;
                    }

                        .ip-timeline-plan-list .ip-timeline-plan-inner {
                            background: #317ad6;
                            text-align: center;
                            padding: 42px 15px 20px;
                            padding: 2.188vw 15px 1.042vw;
                        }

                            .ip-timeline-plan-list:nth-child(2) .ip-timeline-plan-inner {
                                background: #42adb7;
                            }

                                .ip-timeline-plan-list:nth-child(3) .ip-timeline-plan-inner {
                                    background: #ee813f;
                                }

                                .ip-timeline-plan-icon {
                                    height: 119px;
                                    height: 6.198vw;
                                    margin-bottom: 23px;
                                    margin-bottom: 1.198vw;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }

                                    .ip-timeline-plan-icon img{
                                        max-width: 127px;
                                        max-width: 6.615vw;
                                        margin: 0 auto;
                                    }

                                        .ip-timeline-plan-label {
                                            font-size: 35px;
                                            font-size: 1.823vw;
                                            font-weight: 600;
                                            font-family: var(--font-family-default);
                                            line-height: 1;
                                            margin-bottom: 29px;
                                            margin-bottom: 1.51vw;
                                            color: #fff;
                                        }

                                            .ip-timeline-plan-label span {
                                                display: block;
                                                font-size: 24px;
                                                font-size: 1.25vw;
                                                font-weight: 400;
                                                margin-top: 5px;
                                            }

                                        .ip-timeline-link a:hover {
                                            background: #ee8140;
                                        }

                                    .ip-timeline-link a {
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        background: #4544e3;
                                        color: #fff;
                                        font-size: 20px;
                                        font-size: 1.042vw;
                                        text-transform: uppercase;
                                        font-weight: 500;
                                        font-family: var(--font-family-default);
                                        width: 382px;
                                        width: 19.896vw;
                                        height: 70px;
                                        height: 3.646vw;
                                        border-radius: 10px;
                                        -webkit-transition: all 0.3s ease-in-out;
                                        -moz-transition: all 0.3s ease-in-out;
                                        -o-transition: all 0.3s ease-in-out;
                                        transition: all 0.3s ease-in-out;
                                        margin: 0 auto;
                                    }

                                .ip-timeline-link {
                                    margin-top: 58px;
                                    margin-top: 3.021vw;
                                }

.ip-about-drive-us-area {
    background: #eaefff;
    padding: 194px 15px 202px;
    padding: 10.104vw 15px 10.521vw;
    position: relative;
}

    .ip-about-drive-us-holder {
        max-width: 82.292vw;
        margin: 0 auto;
        position: relative;
    }

        .ip-about-drive-us-title {
            font-size: 70px;
            font-size: 3.646vw;
            color: #493fe2;
            font-weight: 700;
            line-height: 1;
            font-family: var(--font-family-default);
            margin-bottom: 73px;
            margin-bottom: 3.802vw;
            text-align: center;
        }

            .ip-about-drive-us-feed {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                margin: 0 -2.292vw;
            }

                .ip-about-drive-us-list {
                    width: calc(100% / 3);
                    padding: 0 2.292vw;
                }

                    .ip-about-drive-us-inner {
                        position: relative;
                        background: #4a3fe3;
                        padding: 3.229vw 15px 1.406vw;
                        border-radius: 10px;
                        text-align: center;
                        height: 100%;
                    }

                        .ip-about-drive-us-icon {
                            height: 164px;
                            height: 8.542vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            margin-bottom: 39px;
                            margin-bottom: 1.719vw;
                        }

                            .ip-about-drive-us-icon img {
                                max-width: 9.375vw;
                                margin: 0 auto;
                            }

                                .ip-about-drive-us-label {
                                    font-size: 50px;
                                    font-size: 2.604vw;
                                    color: #fff;
                                    font-weight: 700;
                                    line-height: 59px;;
                                    line-height: 3.073vw;
                                    font-family: var(--font-family-default);
                                    margin-bottom: 19px;
                                    margin-bottom: 0.99vw;
                                }

                                    .ip-about-drive-us-text p {
                                        font-size: 28px !important;
                                        font-size: 1.458vw !important;
                                        color: #fff;
                                        margin: 0 0 !important;
                                        line-height: 39px !important;
                                        line-height: 2.031vw !important;
                                        padding-bottom: 39px;
                                        padding-bottom: 2.031vw;
                                    }


.ip-about-form-area {
    background: #f2f4ff;
    padding: 44px 15px;
    padding: 2.292vw 15px;
    position: relative;
}

    .ip-about-form-inner {
        max-width: 44.792vw;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }

        .ip-about-form-accent1,
        .ip-about-form-accent2{
            position: absolute;
            width: 22.552vw;
            height: 22.552vw;
            left: 0;
            top: 0;
            background: url(../../images/support-hub/form-accent1.png) no-repeat;
            background-position: center;
            background-size: 100% 100%;
            pointer-events: none !important;
        }

            .ip-about-form-accent2{
                width: 24.844vw;
                height: 24.844vw;
                right: 0;
                left: auto;
                bottom: 0;
                top: auto;
                background: url(../../images/support-hub/form-accent2.png) no-repeat;
                background-position: center;
                background-size: 100% 100%;
                pointer-events: none !important;
            }

.ip-about-form {
    background: transparent;
    border-radius: 10px;
    padding: 43px 0 10px;
    padding: 2.24vw 0 0.521vw;
    position: relative;
    margin: 0 -17px;
}

.ip-about-form .fsBody{
    background: transparent;
}

.ip-about-form .fsBody .fsForm {
    background-color: transparent;
}

.ip-about-form-title {
    font-size: 50px;
    font-size: 2.604vw;
    color: #493fe2;
    font-weight: 700;
    line-height: 69px;
    line-height: 3.594vw;
    font-family: var(--font-family-default);
    margin-bottom: 7px;
    text-align: center;
}

.ip-about-form .fsSectionHeader {
    display: none;
}

.ip-about-form .fsBody .fsLabel, .ip-about-form .fsBody label {
    font-size: 20px;
    font-size: 1.042vw;
    color: #363636;
    font-family: var(--font-family-default);
    line-height: 1;
    margin-bottom: 8px;
}

.ip-about-form .fsForm select.fsRequired, 
.ip-about-form .fsForm textarea.fsRequired, 
.ip-about-form .fsRowBody input[type=email].fsRequired, 
.ip-about-form .fsRowBody input[type=number].fsRequired, 
.ip-about-form .fsRowBody input[type=tel].fsRequired, 
.ip-about-form .fsRowBody input[type=text].fsRequired {
    border: none;
    background-color: #fff !important;
    height: 50px;
    height: 2.604vw;
    border-radius: 5px;
}

.ip-about-form form {
    margin-top: 0 !important;
    padding: 0 !important;
}

.ip-about-form .fsBody .fsFieldRow {
    margin-bottom: 6px!important;
}

.ip-about-form .fsFieldRow .fsFieldCell.fsSpan50 {
    width: calc(50% - 11px);
    width: calc(50% - 0.573vw);
}

.ip-about-form .fsFieldRow .fsFieldCell {
    margin: 0 11px;
    margin: 0 0.573vw;
}

.ip-about-form .fsFieldRow .fsFieldCell.fsSpan33 {
    width: 29.33%;
    width: calc(100% / 3 - 0.781vw);
    margin: 0 11px;
    margin: 0 0.573vw;
}

.ip-about-form  .fsFieldRow .fsFieldCell:nth-last-child(2) {
    margin-right: 0 !important;
}

.ip-about-form .fsFieldRow .fsFieldCell:nth-child(1) {
    margin-left: 0 !important;
}

.ip-about-form .fsForm textarea {
    background: #fff;
    resize: none;
    border: none;
    border-radius: 5px;
    height: 99px;
    height: 5.156vw !important;
}

.ip-about-form .fsSubmit input.fsSubmitButton {
    background: #4544e3 !important;
    width: 182px;
    height: 60px;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-about-form .fsSubmit input.fsSubmitButton:hover {
    background: #ee8140 !important;
}

.ip-about-form .fsForm .fsSubmit {
    margin-top: 0;
    padding: 10px 0;
}

.ip-about-form .fsValidationError {
    background: none;
    border: none;
    box-shadow: none;
}

.ip-about-form div.fsError {
    display: none;
}

.ip-about-form.fsValidationError .fsSignature, 
.ip-about-form .fsValidationError input[type=email], 
.ip-about-form .fsValidationError input[type=number], 
.ip-about-form .fsValidationError input[type=tel], 
.ip-about-form .fsValidationError input[type=text], 
.ip-about-form .fsValidationError select,
.ip-about-form .fsValidationError textarea {
    border: solid 1px #ce5f6d !important;
}

.ip-about-our-people-area {
    padding: 84px 15px 190px;
    padding: 4.375vw 0 9.896vw;
    position: relative;
}

    .ip-about-our-people-content {
        position: relative;
    }

        .ip-about-our-people-title {
            font-size: 70px;
            font-size: 3.646vw;
            color: #493fe2;
            font-weight: 700;
            line-height: 1;
            font-family: var(--font-family-default);
            margin-bottom: 56px;
            margin-bottom: 2.917vw;
            text-align: center;
        }

            .ip-about-our-people-text p {
                font-size: 28px !important;
                font-size: 1.458vw !important;
                color: #363636;
                margin: 0 0 !important;
                line-height: 39px !important;
                line-height: 2.031vw !important;
                padding-bottom: 39px;
                padding-bottom: 2.031vw;
                text-align: center;
            }

                .ip-about-ou-people-list {
                    padding: 15px;
                }

                    .ip-about-ou-people-photo{
                        position: relative;
                        border-radius: 10px;
                    }

                        .ip-about-ou-people-photo canvas {
                            display: block;
                            width: 100%;
                        }

                            .ip-about-ou-people-photo img {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                object-position: center;
                            }

                                .ip-about-ou-people-slick-slider .slick-slide > div > div{
                                    display: block !important;
                                }

                            .ip-about-our-people-text {
                                margin-bottom: 15px;
                            }

.ip-about-testimonials-area{
    position: relative;
    padding: 155px 0 123px;
    padding: 8.073vw 0 6.406vw;
}

.ip-about-testi-title {
    font-size: 70px;
    font-size: 3.646vw;
    color: #493fe2;
    font-weight: 700;
    line-height: 81px;
    line-height: 4.219vw;
    font-family: var(--font-family-default);
    margin-bottom: 34px;
    text-align: center;
}

.ip-about-testi-list {
   /* max-width: 950px;
    max-width: 49.479vw;*/
    margin: 0 auto;
    padding: 0 25px;
    padding: 0 1.302vw;
    opacity: .35;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-about-testi-list-inner {
    background: #f2f4ff;
    border-radius: 10px;
    padding: 75px 15px 79px;
    padding: 3.906vw 15px 4.115vw;
    position: relative;
}

.ip-about-testi-list-inner::after,
.ip-about-testi-list-inner::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15.156vw;
    height: 13.385vw;
    background: url(../../images/dedicated-teams/testi-quote-l.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}

.ip-about-testi-list-inner::before{
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    background: url(../../images/dedicated-teams/testi-quote-r.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}

.ip-about-testi-text p {
    font-size: 28px;
    font-size: 1.458vw;
    text-align: center;
    color: #6a6a6a;
    margin: 0 0 !important;
    line-height: 38px !important;
    line-height: 1.979vw !important;
    padding-bottom: 30px;
}

.ip-about-testi-text {
    max-width: 700px;
    max-width: 36.458vw;
    margin: 0 auto 5px;
    position: relative;
    z-index: 5;
}

.ip-about-testi-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.ip-about-testi-author-photo {
    width: 114px;
    width: 5.938vw;
    position: relative;
    margin-right: 30px;
    margin-right: 1.563vw;
}

.ip-about-testi-author-photo canvas {
    display: block;
    width: 100%;
}

.ip-about-testi-author-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-about-testi-author-name {
    font-size: 28px;
    font-size: 1.458vw;
    font-weight: 700;
    color: #4a3fe3;
    font-family: var(--font-family-default);
    line-height: 1;
}

.ip-about-testi-author-name span {
    display: block;
    font-weight: 400;
    color: #363636;
    margin-top: 11px;
}

.ip-about-testi-slider .slick-list {
    padding: 0 23.75vw;
}

.ip-about-testi-slider .slick-current.slick-active .ip-about-testi-list{
    opacity: 1;
}

.ip-about-testi-dots ul.slick-dots{
    text-align: center;
    margin: 0 !important;
    line-height: 1 !important;
}

.ip-about-testi-dots ul.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

.ip-about-testi-dots ul.slick-dots li span {
    display: block;
    width: 16px;
    height: 16px;
    background: #d1cff7;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

.ip-about-testi-dots ul.slick-dots li.slick-active span{
    background: #4840e3;
}

.ip-about-testi-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
    margin-top: 3.385vw;
}

.ip-about-testi-dots {
    margin: 0 62px;
}

.ip-about-testi-arrow > span {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-about-testi-arrow > span:hover {
    opacity: .6;
}

.fsFieldFocused:not(.fsValidationError).fsSpan100 {
    padding: 0 !important;
    margin: 0 0 20px !important;
}

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

@media only screen and (max-width: 991px) {
	
    .ip-about-form {
        max-width: 640px;
        margin: 0 auto 30px;
        padding: 30px 15px 0;
    }

    .ip-about-form-title {
        font-size: 30px;
        line-height: 1;
    }

    .ip-about-form .fsBody .fsLabel, .ip-about-form .fsBody label {
        font-size: 16px;
    }

    .ip-about-form .fsForm select.fsRequired, 
    .ip-about-form .fsForm textarea.fsRequired, 
    .ip-about-form .fsRowBody input[type=email].fsRequired, 
    .ip-about-form .fsRowBody input[type=number].fsRequired, 
    .ip-about-form .fsRowBody input[type=tel].fsRequired, 
    .ip-about-form .fsRowBody input[type=text].fsRequired {
        height: 50px;
    }

    .ip-about-form .fsForm textarea {
        height: 99px !important;
    }

    .ip-about-holder {
        padding: 0px 15px 30px;
        margin-top: 0;
        max-width: 100%;
    }

    .ip-about-area{
        padding: 50px 15px;
    }

    .ip-about-testimonials-area {
        padding: 50px 0 0;
    }

    .ip-about-testi-title {
        font-size: 35px;
        line-height: 1;
    }

    .ip-about-testi-slider .slick-list {
        padding: 0 0;
    }

    .ip-about-testi-list-inner {
        padding: 50px 15px;
    }

    .ip-about-testi-text {
        max-width: 100%;
    }

    .ip-about-testi-text p {
        font-size: 20px;
        line-height: 1.5 !important;
        padding-bottom: 30px;
    }

    .ip-about-testi-author-photo {
        width: 114px;
        margin-right: 30px;
    }

    .ip-about-testi-author-name {
        font-size: 20px;
    }

    .ip-about-testi-dots {
        margin: 0 62px;
        display: none;
    }

    .ip-about-testi-arrow > span {
        margin: 0 10px;
    }

    .ip-about-testi-arrow {
        max-width: 130px;
        margin: 30px auto 0;
    }

    .ip-about-testi-list {
        opacity: 1;
        padding: 0 15px;
    }

    .ip-timeline-area {
        margin-top: 50px;
    }

    .ip-timeline-list-inner {
        max-width: 100%;
    }

    .ip-timeline-photo, .ip-timeline-content {
        padding: 0 30px;
    }

    .ip-timeline-label {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .ip-timeline-text p {
        font-size: 15px !important;
        line-height: 1.2 !important;
        padding-bottom: 15px;
    }

    .ip-timeline-list {
        margin-bottom: 70px;
    }

    .ip-timeline-dot {
        top: 5px;
        left: -40px;
        width: 20px;
        height: 20px;
    }

    .ip-timeline-list:nth-child(even) .ip-timeline-dot {
        left: auto;
        right: -40px;
    }

    .ip-about-form-inner {
        max-width: 100%;
    }

}

@media only screen and (max-width: 767px) {
	
    .ip-about-form .fsFieldRow .fsFieldCell.fsSpan33,
    .ip-about-form .fsFieldRow .fsFieldCell.fsSpan50 {
        width: 100%;
        margin: 0;
    }

    .ip-timeline-dot {
        display: none;
    }

    .ip-timeline-feed::after {
        display: none;
    }

    .ip-timeline-list-inner {
        flex-direction: column !important;
    }

    .ip-timeline-photo, .ip-timeline-content {
        padding: 0 0;
        width: 100%;
    }

    .ip-timeline-photo-inner {
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-timeline-content {
        text-align: center !important;
        margin-top: 30px;
    }

    .ip-timeline-list {
        margin-bottom: 50px;
    }

    .ip-timeline-feed {
        padding-bottom: 0px;
    }

    .ip-timeline-plan {
        max-width: 100%;
    }

    .ip-timeline-plan-icon {
        height: auto;
        margin-bottom: 15px;
    }

    .ip-timeline-plan-icon img {
        max-width: 127px;
    }

    .ip-timeline-plan-list {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .ip-timeline-plan-list .ip-timeline-plan-inner {
        padding: 30px 15px;
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-timeline-plan-label {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .ip-timeline-plan-label span {
        font-size: 20px;
    }

    .ip-timeline-link a {
        font-size: 16px;
        max-width: 320px;
        height: 60px;
        width: 100%;
    }

    .ip-timeline-area {
        padding: 0 0 50px;
    }

    .ip-about-drive-us-area {
        padding: 50px 15px;
    }

    .ip-about-drive-us-title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .ip-about-drive-us-list {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .ip-about-drive-us-holder {
        max-width: 100%;
    }

    .ip-about-drive-us-feed {
        margin: 0 auto;
        max-width: 500px;
    }

    .ip-about-drive-us-icon img {
        max-width: 150px;
    }

    .ip-about-drive-us-icon {
        height: auto;
        margin-bottom: 30px;
    }

    .ip-about-drive-us-label {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .ip-about-drive-us-label br{
        display: none;
    }

    .ip-about-drive-us-text p {
        font-size: 18px !important;
        line-height: 1.2 !important;
        padding-bottom: 20px;
    }

    .ip-about-our-people-area {
        padding: 50px 0;
    }

    .ip-about-our-people-title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .ip-about-our-people-text p {
        font-size: 18px !important;
        line-height: 1.2 !important;
        padding-bottom: 30px;
    }

    .ip-about-testi-author-photo {
        width: 100px;
        margin-right: 20px;
    }

}

@media only screen and (max-width: 480px) {
    
    .ip-about-testi-author-photo {
        margin-right: 0;
        margin-bottom: 15px;
    }

}

