section#section-header {
    width: 100%;
    height: 52vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 !important;
    background-size: cover !important;
    min-height: 552px;
    position: relative;
}

section#section-header .container-fluid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 !important;
}

div.desc-header-caption {
    top: 15vw;
    width: 100%;
    position: absolute;
    padding: 2vw 5vw;
    z-index: 2;
}

div.desc-header-caption h1.title-t1 {
    max-width: 70%;
    font-size: 4.4vw;
    line-height: 4.6vw;
    margin-bottom: 1.4rem;
    text-transform: capitalize;
    text-shadow: 2px 2px #00000037;
    color: #fff;
}

div.desc-header-caption p.desc-text {
    color: #fff;
    font-weight: 300;
}

div.desc-header-caption p.desc-text b {
    color: #d33c00;
    font-family: "Ubuntu" !important;
    font-weight: 800 !important;
}

.text-gold-1 {
    color: #d33c00;
}

.btn-primary-custom {
    background-color: transparent; 
    border: 2px solid #d33c00; 
    padding: 8px 15px; 
    margin-top: 12px; 
    color: #d33c00; 
    min-width: 155px; 
}

.btn-primary-custom:hover {
    color: #ff723a;
    border: 2px solid #ff723a;
}

blockquote {
    margin: 0;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    div.desc-header-caption {
        top: 225px;
    }

    section#section-header h1 {
        font-size: 3.7rem !important;
        line-height: 3.8rem !important;
    }
}

.hidden {
    display: none !important;
}