.header_product_pages{
    background: rgb(0,26,58);
    background: linear-gradient(180deg, rgba(0,26,58,1) 0%, rgba(0,117,255,1) 100%);
    width: 100%;
    height: 60vh;
    min-height: 980px;
}

.header_product_pages .content{
    padding-top: 70px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.header_product_pages .title{
    font-size: 56px;
    font-weight: 700;
    line-height: 110.00000000000001%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10%;
}

.header_product_pages .subtitle{
    border-radius: 10px;
    z-index: 3;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 3%;
    margin-right: auto;
    margin-left: auto;
    background-color: #DDEBFF;
    width: fit-content;
    color: #0075FF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.header_product_pages .buttons{
    display: flex;
    justify-content: center;

}

.header_product_pages .button_header_1{
    border-radius: 10px;
    padding: 15px 20px;
    margin-right: 15px;
    background-color: #E70491;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    transition: 0.3s;
}

.button_header_1:hover{
    color: #E70491;
    background-color: #FFBBE5;
}

.button_header_2:hover{
    color: #F3F8FF;
    background-color: #0075FF;
}

.header_product_pages .button_header_2{
    border-radius: 10px;
    padding: 15px 20px;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    transition: 0.3s;
}

.header_product_pages .image_section{
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 618px;
    height: 460px;
    position: relative;
    z-index: 1;
    justify-self: center;
}

@media only screen and (max-width: 1117px) {    
    .content{
        width: 100%!important;
    }
}

@media only screen and (max-width: 425px) {    
    .header_product_pages .image_section{
        margin-bottom: -100px;
    }
}

@media only screen and (max-width: 317px) {    
    .header_product_pages .image_section{
        margin-bottom: -200px;
    }
}