.WidgetContainer__boxSplit div:nth-child(2):not(.ContentList__topicList){
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  	gap: 10px;
}

.ListHeader__listHeader2{
    grid-column: 1 / span 2;
    margin: auto;
  	font-size: 25px;
    text-transform: uppercase;
}

.ContentList__topicList {
    padding: 0.5rem 1rem;
}

.Link__link {
	color: #E39533;
}

.Icon__icon {
	color: #E39533;
}

.commonStyle__zt3BrandBg svg{
	color: white;
}

.Button__footerBtn{
	background: #E39533;
}

.Button__footerBtn:hover{
	opacity: 0.6;
}

.Header__searchTitle{
	font-size: 40px;
      font-weight: 500;
}

.Header__header{
	height: 85vh;
}

.commonStyle__zt3BrandBg {
    background-color: #E39533;
}

.SearchContainer__globalSearch, .Input__headerSearch, .Header__globalSearchAlt {
    border-radius: 25px;
}

.SearchContainer__searchIcon {
    border-radius: 0px 25px 25px 0px;
}
