#bannergold_product {
    padding: 8rem;
}

.txt_heaadgold p {
    font-size: 35px;
    color: white;
    text-align: center;
    font-weight: 500;
}

#sec_goldpledge {
    padding: 4rem;
}

.head_goldtext p {
    font-size: 35px;
    color: #850F05;
    font-weight: 600;
    text-align: center;
}

.h_detail1 p {
    font-size: 28px;
    color: #6B6969;
}

.text_detail {
    font-size: 18px;
    color: #6B6969;
}

.text_intext {
    padding-left: 2rem;
}







/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/

@media screen and (min-width:320px) and (max-width:460px) {
#bannergold_product {
    padding: 4rem;
}

.txt_heaadgold p {
    font-size: 24px;
    color: white;
    text-align: center;
    font-weight: 500;
}

#sec_goldpledge {
    padding: 1rem;
}

.head_goldtext p {
    font-size: 24px;
    color: #850F05;
    font-weight: 600;
    text-align: center;
}

.h_detail1 p {
    font-size: 20px;
    color: #6B6969;
}

.text_detail {
    font-size: 14px;
    color: #6B6969;
}


}



@media screen and (min-width:461px) and (max-width:767px) {


}

@media screen and (min-width:768px) and (max-width:1024px) {
#bannergold_product {
    padding: 4rem;
}

.txt_heaadgold p {
    font-size: 24px;
    color: white;
    text-align: center;
    font-weight: 500;
}

#sec_goldpledge {
    padding: 1rem;
}

.head_goldtext p {
    font-size: 24px;
    color: #850F05;
    font-weight: 600;
    text-align: center;
}

.h_detail1 p {
    font-size: 20px;
    color: #6B6969;
}

.text_detail {
    font-size: 16px;
    color: #6B6969;
}



}