.jdd-content h3 {
    margin-bottom: 20px;
}
.jdd-content .content p {
	color: #A4AABC;
}
.jdd-content a {
    font-weight: bold;
	font-family: 'CircularBook', sans-serif;
}
.jdd-content .image-content {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: auto;
}
.jdd-content .image-content .item {
    max-width: 400px;
    width: 100%;
    position: relative;
    padding-top: 100%;
}
.jdd-content .image-content .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
}
.jdd-content .image-content.style1 .item:before {
    transform: translate(-10px, -10px);
    -webkit-transform: translate(-10px, -10px);
    background: url('/wp-content/uploads/2020/07/team-shape-2-back-new.svg') no-repeat center center;
}
.jdd-content .image-content.style2 .item:before {
    transform: translate(-10px, -10px) rotate(15deg);
    -webkit-transform: translate(-10px, -10px) rotate(15deg);
    background: url('/wp-content/uploads/2020/07/team-shape-2-back-new.svg') no-repeat center center;
}
.jdd-content .image-content .item .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.jdd-content .image-content.style1 .item .inner {
    -webkit-mask-image: url(/wp-content/uploads/2020/07/team-shape-2-back-new.svg);
    mask-image: url(/wp-content/uploads/2020/07/team-shape-2-back-new.svg);
}
.jdd-content .image-content.style2 .item .inner {
    -webkit-mask-image: url(../../img/team-shape-3-image.svg);
    mask-image: url(../../img/team-shape-3-image.svg);
}
.jdd-content .image-content .item .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.jdd-content li {
	list-style-type: disc !important;
}
@media only screen and (max-width: 991px) {
    .jdd-content .image-content {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
