.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.main {
  display: flex;
}
.content {
  flex: 1;
}

.logo {
  text-align: center;
  margin: 20px 0 20px;
}

.search-results {
  padding: 60px 125px;
}
.search-results__header {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.search-results__header h1 {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.02em;
}

.search-results__header p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #000000;
}

.search-results__items-header {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #545454;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.search-results__item {
  display: flex;
  margin-bottom: 40px;
}

.search-results__item-icon {
  margin-right: 10px;
}

.search-results__item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.search-results__item_content h2 {
  font-size: 18px;
  color: #d91918;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.search-results__item_content p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
}

.search-results_item_content_txt {
  padding-right: 10px;
  flex: 1;
}
