body {
  margin: 0;
}

.need-help {
  padding: 24px 0;
  /*background-image: url("images/need-help-bg-mobile_reduced.jpg");*/
  background-size: cover;
  background-position: center;
}

.need-help .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
  grid-gap: 24px;
}

.need-help .btn {
  font-family: "FSMe-regular",Arial,sans-serif;
  background: #004e4d;
  border-radius: 8px;
  border: 1px solid #004e4d;
  display: inline-flex;
  padding: 12px 12px 12px 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #fbfbf6;
  transition: 0.5s ease all;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.need-help .btn svg path {
  fill: #fbfbf6;
  transition: 0.5s ease all;
}

.need-help .btn .left-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

.need-help .btn .right-icon {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.need-help .btn:hover {
  background: #ffffff;
  color: #004e4d;
}

.need-help .btn:hover svg path {
  fill: #004e4d;
}

.need-help .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.need-help .main-wrapper {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 16px rgba(0, 78, 77, 0.06);
  backdrop-filter: blur(16px);
  border-radius: 8px;
  padding: 24px;
}

.need-help .logo {
  margin-bottom: 25px;
}

.need-help .title {
  font-family: "FSMe-regular",Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #004e4d;
  margin: 0 0 15px 0;
}

.need-help .subtitle {
  font-family: "FSMe-regular",Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #004e4d;
  margin: 0 0 24px 0;
}

.need-help .content {
  font-family: "FSMe-regular",Arial,sans-serif;
  margin: 0 0 24px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #004e4d;
}

.need-help .help-item {
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 5px 0 15px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.need-help .help-item .btn-wrapper {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.need-help .help-item .main-icon {
  margin-bottom: 0;
}

.need-help .help-item .description {
  font-family: "FSMe-regular",Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #004e4d;
  margin: 0 auto 15px auto;
}

@media (min-width: 600px) {
  .need-help {
    padding: 30px 0;
    /*background-image: url("images/need-help-bg_reduced.jpg");*/
  }

  .need-help .main-wrapper {
    padding: 30px;
  }

  .need-help .title {
    font-size: 32px;
    line-height: 48px;
  }

  .need-help .subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .need-help .content {
    font-size: 16px;
    line-height: 24px;
  }

  .need-help .help-item .description {
    max-width: 200px;
  }
}

@media (min-width: 960px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1920px) {
  .need-help {
    background-image: url("images/need-help-bg-large_reduced.jpg");
  }
}
