.ip-custom-banner-content-holder {
    background: #a9c8fe;
    position: relative;
    padding: 163px 0 0;
    padding: 8.49vw 0 0;
}

.ip-banner{
    display: none;
}

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

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

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

.ip-custom-banner-content {
    width: 85.417vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    align-items: center;
}

.ip-custom-banner-content-inner {
    width: 47.683%;
}

.ip-custom-banner-content-photo {
    width: 52.317%;
}

.ip-cwd-photo {
    position: relative;
    margin-right: -7.2915vw;
    border-radius: 10px 0 0 0;
    overflow: hidden;
}

.ip-cwd-photo canvas {
    display: block;
    width: 100%;
}

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

.ip-cwd-title {
    font-size: 63px;
     font-size: 3.281vw; 
    color: #493fe2;
    font-weight: 700;
    line-height: 80px;
    line-height: 4.167vw;
    font-family: var(--font-family-default);
    margin-bottom: 17px;
    margin-bottom: 0.885vw;
}

.ip-cwd-text {
    margin-bottom: 38px;
    margin-bottom: 1.979vw;
    max-width: 35.104vw;
}

.ip-cwd-text p {
    font-size: 28px;
    font-size: 1.458vw;
    font-family: var(--font-family-default);
    color: #363636;
    margin: 0 0 21px !important;
    margin: 0 0 1.094vw !important;
    line-height: 45px !important;
    line-height: 2.344vw !important;
}

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

.ip-cwd-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);
    max-width: 397px;
    max-width: 20.677vw;
    height: 60px;
    height: 3.125vw;
    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;
}

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

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

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

.ip-cwd-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-cwd-form .fsSectionHeader {
    display: none;
}

.ip-cwd-form .fsBody .fsLabel, .ip-cwd-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-cwd-form .fsForm select.fsRequired, 
.ip-cwd-form .fsForm textarea.fsRequired, 
.ip-cwd-form .fsRowBody input[type=email].fsRequired, 
.ip-cwd-form .fsRowBody input[type=number].fsRequired, 
.ip-cwd-form .fsRowBody input[type=tel].fsRequired, 
.ip-cwd-form .fsRowBody input[type=text].fsRequired {
    border: none;
    background-color: #ecf0fb !important;
    height: 50px;
    height: 2.604vw;
    border-radius: 5px;
}

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

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

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

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

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

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

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

.ip-cwd-form .fsForm textarea {
    background: #ecf0fb;
    resize: none;
    border: none;
    border-radius: 5px;
    height: 99px;
    height: 5.156vw;
}

.ip-cwd-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-cwd-form .fsSubmit input.fsSubmitButton:hover {
    background: #ee8140 !important;
}

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

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

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

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

button.aiosp-close {
    font-size: 0;
    width: 1.458vw;
    height: 1.458vw;
    background: url(../../images/careers/close-popup.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: .5;
    top: 1.042vw !important;
    right: 1.042vw;
    line-height: 1;
}

    button.aiosp-close:hover{
        opacity: 1;
    }

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

.aiosp-content.aios-popup-body.\.ip-cwd-popup-form-body,
.aiosp-content.aios-popup-body {
    width: 90%;
    max-width: 842px;
    max-width: 43.854vw;
    border-radius: 10px;
}   


/*how it works*/

.ip-cwd-testimonials-area{
	position: relative;
	padding: 155px 0 123px;
	padding: 8.073vw 0 6.406vw;
    background: #e8edff;
}

.ip-cwd-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-cwd-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-cwd-testi-list-inner {
    background: #fff;
    border-radius: 10px;
    padding: 75px 15px 79px;
    padding: 3.906vw 15px 4.115vw;
    position: relative;
}

.ip-cwd-testi-list-inner::after,
.ip-cwd-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-cwd-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-cwd-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-cwd-testi-text {
    max-width: 700px;
    max-width: 36.458vw;
    margin: 0 auto 5px;
    position: relative;
    z-index: 5;
}

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

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

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

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

.ip-cwd-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-cwd-testi-author-name span {
    display: block;
    font-weight: 400;
    color: #363636;
    margin-top: 11px;
}

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

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

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

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

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

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

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

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

.ip-cwd-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-cwd-testi-arrow > span:hover {
	opacity: .6;
}

.ip-cwd-how-it-works-area {
    position: relative;
    padding: 146px 15px 150px;
    padding: 7.604vw 15px 7.813vw;
}

    .ip-cwd-how-it-works-inner {
        max-width: 71.042vw;
        margin: 0 auto;
    }

        .ip-cwd-hiw-title {
            font-size: 70px;
            font-size: 3.646vw;
            color: #493fe2;
            font-weight: 700;
            line-height: 1;
            font-family: var(--font-family-default);
            margin-bottom: 79px;
            margin-bottom: 4.115vw;
            text-align: center;
        }

            .ip-cwd-hiw-list-label {
                font-size: 50px;
                font-size: 2.604vw;
                color: #493fe2;
                font-weight: 700;
                line-height: 57px;
                line-height: 2.969vw;
                font-family: var(--font-family-default);
                margin-bottom: 22px;
                margin-bottom: 1.146vw;
            }

                .ip-cwd-hiw-list-text p {
                    font-size: 28px;
                    font-size: 1.458vw;
                    font-family: var(--font-family-default);
                    color: #363636;
                    margin: 0 0 21px !important;
                    margin: 0 0 1.094vw !important;
                    line-height: 39px !important;
                    line-height: 2.031vw !important;
                }

                    .ip-cwd-hiw-list {
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        margin-bottom: 54px;
                        margin-bottom: 2.813vw;
                    }

                        .ip-cwd-hiw-list:nth-child(odd) {
                            flex-direction: row-reverse;
                        }

                            .ip-cwd-hiw-list-photo {
                                width: 49.414%;
                            }

                                .ip-cwd-hiw-list-content {
                                    width: 50.586%;
                                }

                                    .ip-cwd-hiw-list-photo img{
                                        margin: 0 auto;
                                        max-width: 35.104vw;
                                    }

                                        .ip-cwd-hiw-list-content-inner {
                                            max-width: 32.292vw;
                                            margin: 0 auto;
                                        }

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

                                .ip-cwd-hiw-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);
                                    max-width: 331px;
                                    max-width: 17.24vw;
                                    height: 70px;
                                    height: 3.646v;
                                    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-cwd-hiw-feed {
                                padding: 0 0 48px;
                                padding: 0 0 2.5vw;
                            }

.ip-dt-services-area {
    position: relative;
    background: #F2F5FF;
    background: -webkit-linear-gradient(to right, #F2F5FF 0%, #e8edff 100%);
    background: -moz-linear-gradient(to right, #F2F5FF 0%, #e8edff 100%);
    background: linear-gradient(to right, #F2F5FF 0%, #e8edff 100%);
    padding: 198px 15px 138px;
    padding: 10.313vw 15px 7.188vw;
}

    .ip-dt-services-content {
        width: 60.938vw;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }

        .ip-dt-services-title {
            font-size: 50px;
            font-size: 2.604vw;
            color: #493fe2;
            font-weight: 700;
            line-height: 1;
            font-family: var(--font-family-default);
            margin-bottom: 48px;
            text-align: center;
        }

            .ip-dt-services-feed {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                margin: 0 -1.146vw;
            }

                .ip-dt-services-list {
                    width: 25%;
                    padding: 22px;
                    padding: 1.146vw;
                    margin-bottom: 4px;
                }

                    .ip-dt-services-inner {
                        background: #fff;
                        border-radius: 10px;
                        text-align: center;
                        padding: 40px 15px 25px;
                        padding: 2.083vw 15px 1.302vw;
                    }

                        .ip-dt-services-icon {
                            height: 3.75vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .ip-dt-services-icon img{
                                max-width: 4.479vw;
                                margin: 0 auto;
                            }

                            .ip-dt-services-label {
                                font-size: 24px;
                                font-size: 1.25vw;
                                color: #363636;
                                font-weight: 500;
                                font-family: var(--font-family-default);
                                line-height: 1;
                                margin-top: 34px;
                                margin-top: 1.771vw;
                            }

        .ip-dt-services-left-accent{
            position: absolute;
            width: 33.542vw;
            height: 32.552vw;
            left: 0;
            bottom: 0;
            background: url(../../images/dedicated-teams/services-accent1.png) no-repeat;
            background-position: center;
            background-size: 100% 100%;
            pointer-events: none !important;
        }

    .ip-dt-services-right-accent{
        content: '';
        position: absolute;
        width: 31.875vw;
        height: 31.875vw;
        top: 0;
        right: 0;
        background: url(../../images/dedicated-teams/services-accent2.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        pointer-events: none !important;
    }

.recent-projects-area {
    position: relative;
    padding: 166px 0;
    padding: 7.656vw 0;
}

    .rp-holder {
        position: relative;
    }

        .rp-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: 55px;
            margin-bottom: 2.865vw;
            text-align: center;
        }

            .recent-projects-list {
                padding: 0 13px;
                padding: 0 0.677vw;
                /*max-width: 244px;*/
            }

                .recent-projects-list a {
                    display: block;
                    position: relative;
                }

                .recent-projects-list a[href="#"],
                .recent-projects-list a[href=""] {
                    pointer-events: none;
                }

                    .rp-photo {
                        position: relative;
                    }

                        .rp-photo canvas {
                            display: block;
                            width: 100%;
                            background: #000;
                            position: relative;
                            z-index: 2;
                            opacity: 0;
                            -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;
                        }

                            .recent-projects-list a:hover .rp-photo canvas{
                                opacity: .2;
                            }

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

                                .recent-projects-slider .slick-list{
                                }


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

@media only screen and (max-width: 991px) {
	.ip-custom-banner-content-holder {
	    padding: 50px 0 0;
	}

	.ip-custom-banner-content {
	    width: 100%;
	    padding: 0 15px;
	}

	.ip-custom-banner-content-inner {
	    width: 100%;
	    padding: 0 0 0;
	    text-align: center;
	}

	.ip-cwd-title {
	    font-size: 35px;
	    line-height: 1;
	    margin-bottom: 40px;
        max-width: 100%;
	}

    .ip-cwd-text p {
        font-size: 20px;
        line-height: 1.5 !important;
    }

    .ip-cwd-link a {
        font-size: 20px;
        max-width: 397px;
        width: 100%;
        height: 70px;
        margin: 0 auto;
    }

	.ip-custom-banner-content-form {
	    width: 100%;
	}

	.ip-cwd-form {
        max-width: 640px;
        margin: 0 auto;
        padding: 30px 0 0;
    }

    #ip-cwd-popup .ip-cwd-form .fsBody {
        padding: 20px !important;
    }

    #ip-cwd-popup .fsBody .fsForm {
        margin-bottom: 0;
    }

    .aiosp-content.aios-popup-body.\.ip-cwd-popup-form-body,
    .aiosp-content.aios-popup-body {
        max-width: 650px;
        margin: 50px 0 !important
    }

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

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

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

    .ip-cwd-form .fsForm textarea {
        height: 99px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .recent-projects-area {
        padding: 50px 0;
    }

    .rp-title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .ip-cwd-text {
        margin-bottom: 20px;
        max-width: 100%;
    }

     .ip-custom-banner-content-photo {
        width: 100%;
    }

    .ip-cwd-photo {
        margin: 30px auto 0;
        max-width: 400px;
    }

    .ip-cwd-hiw-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .ip-cwd-hiw-feed {
        padding: 0 0 30px;
    }

    .ip-cwd-hiw-list {
        margin-bottom: 20px;
        flex-direction: column !important;
    }

    .ip-cwd-how-it-works-inner {
        max-width: 100%;
    }

    .ip-cwd-hiw-list-photo img {
        max-width: 350px;
        width: 100%;
    }

    .ip-cwd-hiw-list-content {
        width: 100%;
        text-align: center;
    }

    .ip-cwd-hiw-list-content-inner {
        max-width: 500px;
    }

    .ip-cwd-hiw-list-label {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .ip-cwd-hiw-list-label br{
        display: none;
    }

    .ip-cwd-hiw-list-text p {
        font-size: 20px;
        color: #363636;
        margin: 0 0 15px !important;
        line-height: 1.4 !important;
    }

    .ip-cwd-hiw-link a {
        font-size: 20px;
        max-width: 331px;
        height: 70px;
    }

    .ip-cwd-how-it-works-area {
        padding: 50px 15px;
    }

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

    .ip-dt-services-title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .ip-dt-services-content {
        width: 100%;
    }

    .ip-dt-services-list {
        padding: 10px;
        margin-bottom: 4px;
    }

    .ip-dt-services-inner {
        padding: 30px 15px 25px;
    }

    .ip-dt-services-icon {
        height: 72px;
    }

    .ip-dt-services-icon img {
        max-width: 89px;
    }

    .ip-dt-services-label {
        font-size: 18px;
        margin-top: 20px;
    }

    .ip-dt-services-list {
        width: 50%;
    }

}

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

    .ip-cwd-hiw-list-photo {
        width: 100%;
        margin-bottom: 15px;
    }

    .ip-cwd-form .fsFieldRow .fsFieldCell.fsSpan33,
    .ip-cwd-form .fsFieldRow .fsFieldCell.fsSpan50 {
        width: 100%;
        margin: 0;
    }

}

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

	.ip-cwd-title {
	    font-size: 30px;
	}

    .ip-cwd-link a {
        font-size: 14px;
        height: 60px;
    }

    .ip-dt-services-list {
        width: 100%;
    }

}

