.section-content.search-bg  {background: #F8F6F6;}
.section-content .flexs {display: flex;align-items: center;}
.section-content .popular-search {padding-left: 40px;}
.section-content .popular-search h2 {font-weight: 500;padding-bottom: 3rem;line-height: 44px;}
.section-content .popular-search a {background-color: #fff;color: #000;font-weight: 500;font-size: 12px;line-height: 15px;border-radius: 100px;padding: 8px 15px;display: inline-block;margin-right: 5px;margin-bottom: 10px;text-decoration: none;}
.section-content .popular-search a:hover {background: #FFF2EB;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}

@media (max-width: 991px) {
.section-content.search-bg .row.flexs img { max-width: 100%;}
}

@media (max-width: 767px) {
.section-content .flexs {display: flex;flex-direction: column-reverse;}
.section-content .popular-search {margin-bottom: 30px;padding-left: 15px;}
}