.btn-reserv-section{
    color: #ed145b !important;
    background-color: #ffffff !important;
border: 1px solid #ed145b !important;
text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px 35px 13px;
transition: 0.3s all;
}

.btn-reserv-section:hover{
    color: #ffffff  !important;
    background-color: #ed145b!important;
}

@media (max-width: 1250px){
.about-info, #image-section-begin{
height: 550px !important;
}
}

#section-pdf{
justify-content: center;
}

#section-pdf .wpb_wrapper{
display: flex;
gap: 30px;
align-items: center;
justify-content: center;
flex-wrap: no-wrap;
}

#section-pdf .wpb_wrapper .text-center a{
width: 250px !important;
}


@media (max-width: 764px){
#section-pdf .wpb_wrapper{
flex-direction: column;
flex-wrap: wrap;
}
}