*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", serif;
}

html, body{
    font-family: "Lato", serif;
}
.header-section{
    background-color: #0b183c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
}
.logo-container {
    width: 100%;
    max-width: 250px;
}
.logo-container img{
    width: 100%;
}
.top-header-button a{
    background-color: #8c7126;
    text-decoration: none;
    color: #fff !important;
    font-size: 22px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 8px;
}
.search-bar-container select.customize-select {
    max-width: 450px;
    display: inline-block;
    margin-right: 16px;
    margin-right: 16px;
    padding: 10px 12px;
}
.search-bar-container button.submit-serach{
    background: #8c7126;
    color: #fff;
    border: none;
    padding: 9px 36px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 8px;
}   
.main-body-section .row{
    margin: 0;
    align-items: center;
}
h2.heading-title {
    color: #8c7126;
    font-size: 52px;
    font-weight: 600;
}
p.paragraph-information {
    font-size: 22px;
    color: #767676;
    margin: 24px 0;
}
p.paragraph-information span {
    font-size: 22px;
    color: #0b183c;
    font-weight: 600;
}
.second-section{
    max-width: 671px;
}
.image-conatiner, .right-image-section {
    text-align: center;
}
.image-conatiner img{
    max-height: 500px;
}
.right-image-section img{
    max-height: 700px;
}
.overview-button button{
    border: none;
    background-color: #8c7126;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 12px 36px;
    border-radius: 8px;
}
.footer-logo-container{
    max-width: 200px;
}
.search-bar-container {
    margin-top: 32px;
}
.information-conatiner{
    padding: 24px 0;
}
.second-section-left{
    padding-left: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../images/Highlight\ Bar.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
