:root {
    --color-brand: #26315B; 
}

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

.Header__searchTitle{
  font-weight: 900;
}

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

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

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

.Footer__footerBg{
  background: rgb(147 78 151);
}

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