*::-webkit-input-placeholder {
	color: #aec3c3;
	opacity: 1;
}
*:-moz-placeholder {
	color: #aec3c3;
	opacity: 1;
}
*::-moz-placeholder {
	color: #aec3c3;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #aec3c3;
	opacity: 1;
}
img {
	image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
	image-rendering: -moz-crisp-edges;          /* Firefox                        */
	image-rendering: -o-crisp-edges;            /* Opera                          */
	image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
	image-rendering: optimizeSpeed; /* Chrome */
	image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
	-ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}
.header_points {
    display: flex;
    justify-content: center;
}
.header_point {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tab_friend_content .desc li {
    color: #fff;
}
.desc li {
    color: #fff;
	font-size:14px;
}
.tab_friend_content {
    margin-top: 50px;
    height: 1050px;
    background-color: #3bb8ba;
    padding: 10px;
}
#adaptation {
    padding: 20px 0px;
}
.section_description p {
    font-size: clamp(18px, 1.3vw, 28px);
}
.section_steps.active .step:nth-of-type(6) {
    width: 250px;
    left: 845px;
}
.step:nth-of-type(6) .steps_img {
    background-image: url(/wp-content/uploads/2024/10/support-svgrepo-com.svg);
}
.footer_img_cnt img{
	max-width:150px;
}