.custom_home_html_2_title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.custom_home_html_2_content {
    font-size: 16px;
    font-style: normal;

    line-height: 28px;
}
.custom_home_html_2_content_main {
    font-weight: 700;
}
.custom_home_html_2_content_sec {
    font-weight: 400;
}
.custom_home_html_2_title_box {
    margin-bottom: 20px;
    position: relative;
}
.custom_home_html_2_content_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1050px;
    margin-bottom: 40px;
}
.custom_home_html_2_services_box {
    display: flex;
    gap: 30px
}
.custom_home_html_2_services {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    flex-basis: 33%;
    gap: 10px
}

.custom_home_html_2_services_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.custom_home_html_2_services_description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.custom_home_html_2_services_see_more {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--mainColor);
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
}
.custom_home_html_2_services_see_more:hover {
    color: white !important;
    background: black;
}
.custom_home_html_2_services:hover span {
    color: black
}
.custom_home_html_2_title_before {
    position: absolute;
    color: #767676;
    font-family: Poppins;
    font-size: 180px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    z-index: -1;
    top: -250px;
    /*left: -14%;*/
}
#pp_home_custom_html_2 {
    margin-top: 50px;
    margin-bottom: 60px;
}
@media(max-width: 1200px) {
    .custom_home_html_2_title_before {
        font-size: 120px !important;
        top: -100px;
        left: -17%;
    }
}

@media (min-width: 1200px) {
    #pp_home_custom_html_2 {
        margin-top: 220px
    }
}

@media(max-width: 768px) {
    .custom_home_html_2_services_box {
        flex-direction: column;
    }
}

@media(max-width: 1200px){
    .custom_home_html_2_title_before, .homepage_products_container_1 .product_title_before  {
      display: none;
    }
}