:root {
  --bg-light: rgb(123 54 206/1);
  --bg-dark: rgb(31 31 31/1);
  --bg-light-primary: rgb(95 37 166 / 1);
  --bg-light-secondary: rgb(196 155 255 / 1);

  --text-primary: rgb(95 37 166/1);
  --text-secondary: rgb(196 155 255/1);
  --text-hover: rgb(250 204 21);
}
body{
  font-family: 'Be Vietnam Pro', sans-serif;
}
.section_home{
  position: relative;
}
.section_home .section_head{
  
}
.section_home .section_title{
  font-size: 28px;
  padding-bottom: 24px;
}