:root {
    --color-brand: #097998; 
}

.Header__name{
  color: #000;
}

.Header__header {
    background-position: 50% 55%;
}

.Header__searchTitle{
  font-weight: 900;
}

.Header__homeContent .Header__searchSection {
    padding: 9.25rem 0;
}

.Button__footerBtn {
    border: 1px solid #097998;
    padding: 1rem 2rem;
    font-size: 18px;
    border-radius: 1rem;
    background: #097998;
    color: #fff;
}

.Button__footerBtn:hover {
    border: 1px solid #097998;
    letter-spacing: normal;
    padding: 1rem 2rem;
    font-size: 18px;
    border-radius: 1rem;
    background: #fff;
    transition: all .15s ease;
    color: #000;
}

.Footer__footerBg{
  background: #ecf6f9;
}

.Footer__footerDescription,
.Footer__footerQus{
    color: #000;
}
