.container-home-product-img {
    position: relative;
}


.icon-wrapper img{
    display: block;
    margin: 0 auto;
}
.icon-wrapper{
    display: flex;
    justify-content: center;
}
.icon-wrapper a{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.icon-wrapper img{
    width: 100%;
    max-width: 100%;
    transition: transform .3s;
    height: auto;
}

.icon-wrapper img:hover{
    transform: scale(.98);
}

.prestapros-home-product-item
{
    position: absolute;
    width: 255px;
    height: 300px;

}
.pp_homepage_images_image {
    width: 255px !important;
    height: 300px !important;
    object-fit: cover;
}
.pp_homepage_images_container {
    display: flex;
    position: relative;
    min-height: 300px;
    min-width: 785px;
    margin-top: 150px;
    margin-bottom: 150px;
}
.item_image_1 {
    top: -45px;
}
.item_image_2 {
    left: 265px;
    top: -155px;
}
.item_image_3 {
    left: 265px;
    top: 155px;
}
.item_image_4 {
    left: 530px;
    top: 45px;
}
.pp_homepage_images_header {
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
}

.pp_homepage_images_socials_text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.pp_homepage-images_text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--textColor);
}
.pp_homepage_images_socials {
    display: flex;
    gap: 5px;
}
.pp_homepage_images_button {
    padding: 14px 30px;
    background: #2B2B2B;
    color: white !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
}
.pp_homepage_images_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    flex-basis: 25%;
    margin-left: 100px;
    justify-content: center;
    z-index: 2;
}
.pp_images_bg {
    position: absolute;
}
.pp_images_smile_small {
    bottom: 15%;
    left: 18%;
}
.pp_images_smile_mid {
    top: 10%;
    left: 43%;
}
.pp_images_smile_big {
    right: 0;
    top: 10%;
}
.pp_images_three_small {
    bottom: 10%;
    right: 20%;
}
.pp_images_three_big {
    left: 0;
    bottom: 10%;
}

@media(max-width: 1400px) {
    .container-home-product-img  .pp_custom_container {
        gap: 20px;
    }
}
@media(max-width: 1200px) {
    .container-home-product-img  .pp_custom_container {
        gap: 0px;
    }
    .pp_homepage_images_info {
        margin-left: 50px;
        flex-basis: 30%;
    }
    .prestapros-home-product-item {
        width: 200px;
        height: 250px;
    }
    .pp_homepage_images_image {
        width: 200px !important;
        height: 250px !important;
    }
    .item_image_2 {
        left: 215px;
        top: -135px;
    }
    .item_image_3 {
        left: 215px;
        top: 135px;
    }
    .item_image_4 {
        left: 430px;
    }
    .pp_homepage_images_container {
        min-width: 630px;
    }
}
@media(max-width: 992px) {
    .pp_homepage_images_header {
        font-size: 24px;
    }
    .pp_homepage_images_info {
        margin-left: 0;
    }
    .pp_images_bg {
        display: none;
    }
}
@media(max-width: 767px) {
    .pp_homepage_images_container {
        min-width: unset;
        min-height: unset;
        margin-top: 40px;
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .prestapros-home-product-item {
        position: static;
        width: auto;
        height: auto;
        flex-basis: 48%;
    }
    .pp_homepage_images_image {
        width: auto !important;
        height: 180px !important;
    }
    .item_image_1 {
        transform: translate(0px, 20px);
    }
    .item_image_2 {
        transform: translate(0px, -20px);
    }
    .item_image_3 {
        transform: translate(0px, 20px);
    }
    .item_image_4 {
        transform: translate(0px, -20px);
    }

}
