.section_title_component {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 20px 0;
  max-width: 1280px;
}

.section_title_component_name {
    font-size: 25px;
  font-weight: 600;
  color: #1e73be;
  white-space: nowrap;
}

.section_title_component_line {
  flex-grow: 1;
  height: 1px;
  background: #1e73be5d;
  margin: 0 8px;
}

.section_title_component_thap {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  display: flex;
  align-items: center; 
  gap: 4px;
  white-space: nowrap;
  transition: 0.2s ease;
}

.section_title_component_thap i {
  color: #1e73be; 
}

.section_title_component_thap:hover {
  color: #1e73be;
}


/* economy */

.section_title_component_economy {
  
  display: flex;
  align-items: center; 
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.section_title_component_name_economy {
    font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.section_title_component_line_economy {
  flex-grow: 1;
  height: 1px;
  background: #ffffff;
  margin: 0 8px;
}

.section_title_component_thap_economy {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center; 
  gap: 4px;
  white-space: nowrap;
  transition: 0.2s ease;
}

.section_title_component_thap_economy i {
  color: #ffffff; 
}

.section_title_component_thap_economy:hover {
  color: #ffffff;
}
