.dd-hp-services {
    padding: 110px 0 170px;
}
.dd-hp-ser-cont a {
    color: var(--dd-text);
    font-weight: 700;
}
.dd-hp-ser-cont {
    color: var(--dd-text);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    margin: 0!important;
    max-width: 770px;
    margin-left: auto;
}
.dd-hp-ser-link {
    color: #7EB81F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    padding-top: 35px;
}
.dd-hp-services-top-right {
    display: flex;
    flex-direction: column;
}
.dd-hp-ser-iner-cont {
    opacity: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0!important;
	padding-top:10px;
}
.dd-hp-ser-in-cont {
    border-radius: 10px;
    overflow: hidden;
}
.dd-hp-ser-iner {
    display: flex;
    flex-direction: column;
    padding: 15px 23px 20px 27px;
    min-height: 306px;
	width: 100%;
}
.dd-hp-ser-in-cont p.dd-hp-ser-iner-link {
    margin-top: auto;
    margin-left: auto;
}
.dd-hp-ser-in-cont {
    display: flex;
}
.dd-hp-ser-iner .dd-hp-ser-iner-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
	padding-top:10px;
}
.dd-hp-ser-iner:hover .dd-hp-ser-iner-link {
    background: #fff;
}
.dd-hp-ser-iner-link {
    width: 48px;
    height: 48px;
    background: #7EB81F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-top: auto;
    margin-left: auto;
}
.dd-hp-services-bottom {
    padding-top: 70px;
    float: left;
    width: 100%;
}
.dd-hp-ser-iner:hover {
    background: #7EB81F;
	transition:0.2s ease-in-out;
}
.dd-hp-ser-iner:hover .dd-hp-ser-iner-cont {
    opacity: 1;
	transition:0.2s ease-in-out;
}
.dd-hp-ser-iner:hover .dd-hp-ser-iner-link {
    background: #fff;
	transition:0.2s ease-in-out;
}
.dd-hp-ser-iner:hover .dd-hp-ser-iner-link .dd-hp-ser-iner-icon {
    content: url(/wp-content/uploads/services_arrow_hover.svg);
	transition:0.2s ease-in-out;
}
.dd-hp-ser-cont {
    overflow: hidden;
}
.dd-hp-ser-cont.expanded {
    max-height: 60px;
}
.more-content {
    display: none;
}
.more-content.expanded {
    display: block!important;
	    transition: height 0.7s ease;
}
.more-content {
    transition:  height 0.7s ease;
}
.dd-hp-ser-in-cont p.dd-hp-ser-iner-link {
    margin-bottom: 0;
	    margin-right: 0;
}
.dd-hp-services-wrap h2.dd-sec-title {
		margin-top: 0;
	}
.dd-hp-services-bottom {
    display: flex;
}
a.dd-hp-ser-in-cont.md-back-rep {
    height: 100%;
}
@media only screen and (max-width:1500px){
    .dd-hp-ser-cont {
        line-height: 30px;
        font-size: 18px;
    }
    .dd-hp-services {
        padding: 85px 0 125px;
    }
	.dd-hp-ser-iner .dd-hp-ser-iner-title {
		line-height: 28px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1500px) {
	.dd-hp-services-wrap h2.dd-sec-title {
		max-width: 300px;
	}
}
@media only screen and (max-width:1200px) {
    .dd-hp-services {
        padding: 90px 0 100px;
    }
    .dd-hp-ser-iner .dd-hp-ser-iner-title {
        font-size: 18px;
          line-height: 24px;
			padding-bottom: 10px;
    }
    .dd-hp-ser-iner-cont {
        font-size: 13px;
        line-height: 19px;
    }
    .dd-hp-ser-iner {
        min-height: 248px;
    }
	.dd-hp-services-bottom {
		display: flex;
	}
	.dd-hp-ser-in-cont {
		height: 100%;
	}
	
}
@media only screen and (max-width:991px) {
	.dd-hp-ser-cont {
		line-height: 33px;
	}
    .dd-hp-services {
        padding: 54px 0 50px;
    }
    .dd-hp-services-top-left .dd-sec-title {
        padding-bottom: 24px;
    }
    .dd-hp-ser-link {
        padding-top: 15px;
    }
    .dd-hp-ser-wrap-in {
        padding-bottom: 30px;
    }
    .dd-hp-services-bottom {
        padding-top: 60px;
    }
	.dd-hp-services-bottom {
		display: flex;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width:767px)  {
    .dd-hp-services {
        padding: 54px 0 80px;
    }
    .dd-hp-services-top-left .dd-sec-title {
        padding-bottom: 22px;
    }
    .dd-hp-services-bottom {
        padding-top: 45px;
    }
    .dd-hp-ser-wrap-in.col-md-3.col-xs-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .dd-hp-ser-in-cont {
        background-position: top!important;
    }
	.dd-hp-services-top-left.col-md-4.col-xs-12, 
	.dd-hp-services-top-right.col-md-8.col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.dd-hp-ser-cont {
		line-height:32px;
		font-size: 18px;
	}
}