body {
  height: 100vh;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.first-section {
  text-align: center;
  padding: 0 20px;
}

.second-section {
  padding: 0 20px;
}

.title {
  font-size: 20px;
  letter-spacing: 2px;
  color: #394551;
  font-weight: 800;
  font-family: "Open Sans";
  text-align: center;
}

.description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #394551;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.mail-name {
  white-space: nowrap;
}

.mail {
  background-color: #e0f3ff;
  width: 100%;
}

.phone {
  background-color: #f7e5bc;
  width: 100%;
}

.footer {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
  color: #394551;
  font-weight: 400;
  font-family: "Open Sans";
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
}
