.hero-container {
    align-items: center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    margin-top: 57px;
    min-height: 647px;
}
.hero-container, .bg-container {
    background-position: center;
    background-repeat: no-repeat;    
}
.hero-title {
    border-bottom: 2px solid #DA9663;
    color: #ffffff;
    display: flex;
    font-family: 'Termina Regular', sans-serif;
    font-size: 40px;
    justify-content: flex-end;
    text-transform: uppercase;
    margin-top: 32vh;
    max-width: 538px;
    width: 100%;
    line-height: 57px;
    letter-spacing: 23px;
    padding-bottom: 4px;
}
.location .details {    
    margin: 0 auto;
    max-width: 380px !important;
}

.bg-container {
    background-size: contain;
    margin-bottom: 300px;
    margin-top: 100px;    
    position: relative;
}
.scroll-container {
    margin-top: 45px;
    position: relative;
    text-align: center;
}
.scroll-container:after {
    background: #DA9663;
    content: "";
    height: 318px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 58px;
    width: 3px; 
    z-index: 3;
}
.scroll-btn {
    box-shadow: none;
    color: #494949;
    font-family: "Termina Extra Light", sans-serif;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
}
.opacity {
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.heading {
    color: #393939;
    font-family: 'Termina Regular', sans-serif;
    font-size: 48px;
    letter-spacing: 5.4px;
    margin-bottom: 67px;
    padding-bottom: 16px;
    padding-top: 318px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.heading:after {
    background: #393939;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;   
    width: 100px;
}
.details {
    color: #393939;
    font-family: 'Barlow Extra Light', sans-serif;
    font-size: 19px;
    position: relative;
    z-index: 2;
}
.about-container .details {
    margin: 0 auto;
    max-width: 500px !important;
}
.history .details, .processes .details {
    margin-right: auto;
    margin-left: 0;
}
.details .bold-style {
    font-family: 'Barlow Bold', sans-serif;
}
.details .italic-style {
    font-family: 'Barlow Extra Light Italic', sans-serif;
}
.bold-italic-style {
    font-family: 'Barlow Bold Italic', sans-serif;
}
.pager {
    position: relative;
}
.pager-container {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 72px;
    position: absolute;
    top: 50%;  
}
.pager-left {
    left: 0;
}
.pager-right {
    right: 0;
}
.pager-title, .pager-number {
    align-items: center;
    color: #393939;
    display: flex;
    font-size: 24px;
    justify-content: center;
}
.pager-number {
    border-top: 3px solid #DA9663;    
    font-family: 'Barlow Bold', sans-serif;
    margin-top: 50px;
    padding-top: 16px;
}
.pager-title {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    font-family: 'Barlow Extra Light Italic', sans-serif;
    padding-left: 38px;
    transform: rotate(270deg);  
}
.about-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;    
}
.location.bg-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 661px;
}
.location.bg-container .heading {
    margin-bottom: 35px;
    padding-bottom: 16px;
    padding-top: 118px;
}
.location.bg-container #location-wrapper {
    margin-top: 45px;
    width: 100%;
}
@media only screen and (max-width: 576px) {
    .hero-container {
        align-items: flex-end;
    }
    .hero-title {
        margin-right: 0;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 20px;
    display: block;
    padding: 0 8px;
        line-height: 57px;
        margin-bottom: 22vh;
        margin-right: 0;
        margin-top: 0;  
    }
    .heading {
        font-size: 32px;
    }
    .scroll-btn {
        display: none;
    }
    .scroll-container:after {
        height: 230px;
        top: 0;
    }
}
@media only screen and (max-width: 992px) {
    .pager-container {
        display: none;
    }    
}
@media only screen and (min-width: 992px) {
    .details, .characteristics .heading2 {
        max-width: 475px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .history .container > .row, .processes .container > .row {
        padding-left: 30px;
    }
    .characteristics .container > .row {
        padding-right: 30px;
    }
    .pager-container {
        max-width: 59px;
    }
}