.custom-image-style-1._left {
    left: 6%;
}
.custom-image-style-1._right {
    left: 65%;
}
.custom-image-style-1:not(._middle) {
    position: absolute;
    top: 7%;
    z-index: 1;
}
.custom-image-style-1:not(._middle) {
    position: absolute;
    top: 7%;
    z-index: 1;
}
.custom-image-style-1 {
    position: relative;
    border-radius: 100%;
    border: 7px solid #FFF;
    box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    /*top: 40px;*/
}
.appear-animation-visible {
    opacity: 1 !important;
}
.appear-animation {
    opacity: 0;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
svg#curved-line-1 {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100%;
    height: 180%;
}

img#curved-line-1 {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    opacity: 0.5;
}

@media (max-width: 500px) {
	.custom-image-style-1._middle {
		width: 46% !important;
	}
	.custom-image-style-1._left {
		width: 38% !important;
		left: 0% !important;
	}
	.custom-image-style-1._right {
		width: 38% !important;
		left: auto !important;
		right: 0% !important;
	}
	.box-porque{
		padding: 0px !important;
	}
	img#curved-line-1{
		height: 50% !important;
	}
}
