
.section-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section-main .hesaplayici-title {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 768) {
  .section-main main {
    overflow: hidden;
  }
}
.section-main h1 {
  margin-bottom: 24px;
  font-size: 46px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-main h1 {
    font-size: 40px;
    text-align: center;
  }
}
.section-main p {
  letter-spacing: 0.3pt;
  text-align: center;
  font-size: 18px;
  margin-top: 24px;
  font-weight: 300;
}
.section-main_mission {
  font-family: "Muli";
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background: #f7f9fb;
}
.section-main_mission h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .section-main_mission h2 {
    font-size: 33px;
    text-align: center;
  }
}
.section-main_dots {
  display: flex;
}
.section-main_dots .dot-1 {
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 50px;
  background: linear-gradient(90deg, #215273 0%, #1cba9f 100%);
}
.section-main_dots .dot-2 {
  width: 150px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg, #215273 0%, #1cba9f 100%);
}
