
h1 {
	font-weight: 700;
    letter-spacing: -0.18rem;
    font-size: 3.5rem;
    text-transform: capitalize;
    text-align: center;
	
	
}
h2 {
 font-weight: 600;
 letter-spacing: -0.5px;
}
.h2-top-padding {
	padding-top: 20px;
	
}
h3 {
font-size:21px;
font-weight:700;
letter-spacing: -0.5px;
}
a {
    color: #565968;
    text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}

#photo-editing-feature-set .card {
height: 420px;
margin-top: 20px;
padding: 0px 0px 0px 0px;
border-radius: 8px;
}
.card-img-top {
border-top-right-radius: 8px;
border-top-left-radius: 8px;
}
.card-text {
    line-height: 24px;
}
.card-header {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.card-body {
    padding: 0;
    color: #565968;
    font-size: 16px;
}

.card {
    border: none;
    box-shadow: 0 5px 20px rgba(97, 105, 140, 0.12);
    padding:0px 20px 0px 20px;
    margin-bottom: 20px;
    background-color: #fff;
    transition: transform .15s ease,box-shadow .15s ease!important;
    cursor: pointer;
}
.card:hover {
transform: scale(1.01902);
}
.svgBg-right {
    top: -10%;
    right: -2%;
    max-width: 80%;
}
.svgBg-right-1 {
    top: -10%;
    right: 5%;
    max-width: 80%;
}
.svgBg-left {
    top: -10%;
    left: -20%;
    max-width: 80%;
}


.svgBg-right-dot {
top: -2%;
    right: -1%;
    max-width: 70%;
}

.svgBg-right-dot-reverse {
top: -2%;
    right: -1%;
    max-width: 70%;
     -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.position-absolute {
    position: absolute!important;
}


.align-items-center {
	align-items: center;
	display: flex;
	    padding-bottom: 25px;
    padding-top: 25px;
	
}

@media only screen and (max-width:767px){
	.align-items-center{
		flex-direction:column;
	}
}

.featureBlocks p{
	margin-top: 20px;
	
}
@media only screen and (max-width: 991px) {
.center-img {
    padding-top: 40px;
width: auto;
}
}
.sub-title-h4 {
	    color: #8a2be2;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0px;
}
#pdf-editing-feature-page h2{
	    font-size: 32px;
    font-weight: 700;
    padding-bottom: 0px;
}