.welcome-title {
    text-align: center !important;
    font-size: 2.5rem;
    font-weight: bold;
    color: #62401f !important;
    position: relative;
    margin-bottom: 30px;
}

.welcome-title::before,
.welcome-title::after {
    content: "";
    position: absolute;
}

.welcome-title::before {
    background-image: url('../../images/home/welcome-header1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%;
    left: 25%;
    margin-bottom: 15px;
}

.welcome-title::after {
    background-image: url('../../images/home/welcome-header2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%;
    left: 25%;
    margin-bottom: 15px;
}

.welcome-paragraph-initial {
    padding: 25px 0 0 0;
}

.welcome-paragraph {
    font-size: 1.25rem;
    line-height: 2;
    text-align: justify;
    margin-bottom: 25px;
}

.dropcap {
    float: left;
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
    color: #8b4f0c;
    line-height: 0.6;
}

.welcome-title-sub {
    text-align: center !important;
    font-size: 2rem;
    font-weight: bold;
    color: #62401f !important;
    position: relative;
    margin-bottom: 30px;
}

.welcome-title-sub::before,
.welcome-title-sub::after {
    content: "";
    position: absolute;
}

.welcome-title-sub::before {
    background-image: url('../../images/home/welcome-header1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%;
    left: 25%;
    margin-bottom: 15px;
}

.welcome-title-sub::after {
    background-image: url('../../images/home/welcome-header2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%;
    left: 25%;
    margin-bottom: 15px;
}

.common-title-sub {
    text-transform: uppercase;
    text-align: center !important;
    font-size: 2.5rem;
    font-weight: bold !important;
    color: #62401f !important;
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 480px) and (max-width: 1278px) {
    .menu_button {
        display: inline-block !important;
        transform: scale(1.5);
        right: 10 !important;
        top: 36 !important;
    }

    .menu_mobile_close {
        display: inline-block !important;
        transform: scale(1.5);
        right: 14 !important;
        top: 20 !important;
    }

    .top_panel {
        max-height: 65px !important;
    }
}
