* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  background-color: #f3f5f7;
  font-family: "Inter", sans-serif;
  color: #2f2f2f;
}
h1,
h2,
h3,
h4 {
  color: #1a2b6d;
}
.btn-primary {
  background-color: #e63946;
  border: none;
}
.btn-primary:hover {
  background-color: #c5283b;
}
.section {
  padding: 80px 0;
}
.icon-circle {
  background-color: #6c8aa8;
  color: #fff;
  border-radius: 50%;
  padding: 12px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
