.goback{
   background-color: #b58745 !important;
   border-color: #b58745 !important;
}
#detail_section{
    position: relative;
    float: left;
        
}
.watch-btn:hover{
       background-color: white;
    color: #b58745;
    border: none;
}
.watch-btn{
    background-color: white;
    color: #b58745;
    border: none;
}
.support-btn{
     background-color: #b58745;
    color: white;
    border: none;
 
    margin: 0 auto;
    float: none;
}
.support-btn:hover{
     background-color: #b58745;
    color: white;
    border: none;
}
#split_section{
    background-color: #b58745;
    position: relative;
    padding: 2%;
    float: left;
    width: 100%;
}

#split_section h1{
    font-size: 26px;
    padding: 0;
    margin: 0;
text-align: center;
}

#third_section_inside{
    background-color: black;
}
.desc-div{
    background-color: #edecec;
     padding-bottom: 5px;
    padding-top: 5px;
    padding: 0px;
}
.desc-div h4{
    color: black;
    margin-left: 2%;
}
.details-title{
    font-weight: bold;
}
#fourth_section{
    position: relative;
    float: left;
    padding-bottom: 5%;
    padding-top: 5%;
}
.details-div{
    background-color: white;
    color: black;
    position: relative;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 2%;
    padding-right: 2%;


} 
@media screen and (max-width: 992px) {
#split_section h1 {
    font-size: 14px;
    margin: 4%;
    text-align: center;
}
h1{
   font-size: 20px; 
}
.watch-div{
    text-align: center;
}
}
@media screen and (max-width: 767px) {
  #split_section h1 {
    font-size: 14px;
    margin: 4%;
    text-align: center;
}  
#fourth_section h4{
    font-size: 15px;
}
h1{
    font-size: 23px;
}
}