.conflict-management-section {
  padding: 96px 0;
}

.conflict-management-section h2 {
  color: #012d4b;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 0;
  text-align: center;
}

.conflict-management-section h2 span {
  color: rgba(93, 138, 168, 1);
}

.conflict-management-section .section-title {
  margin-bottom: 48px;
}

.conflict-management-section .item {
  box-shadow: 0px 2px 20px -4px rgba(238, 102, 92, 0.1);
  border-radius: 30px;
  padding: 24px;
  margin-bottom: 24px;
}

.conflict-management-section .icon-title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.conflict-management-section .item .icon {
  width: 48px;
  text-align: center;
  height: 48px;
  display: flex;
  border-radius: 50px;
  background: #5d8aa8;
  justify-content: center;
}

.conflict-management-section .item .icon img {
  width: 25px;
}

.conflict-management-section .item h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #222e50;
  margin-bottom: 0;
}

.conflict-management-section .item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #4b5565;
  margin-bottom: 0;
  min-height: 112px;
}

.conflict-management-section .cta-btn {
  margin-top: 24px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.conflict-management-section .cta-btn:hover {
  background: rgba(67, 97, 117, 1);
  border-color: rgba(67, 97, 117, 1);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.conflict-management-section .cta-btn:active {
  color: #fff;
  background: rgba(126, 167, 194, 1);
  border-color: rgba(93, 138, 168, 1);
  box-shadow: 0px 2px 16px -4px rgba(93, 138, 168, 0.08);
}

.cta-newsletter {
  border: 0.5px solid rgba(238, 242, 246, 1);
  margin-top: 48px;
  background: rgba(248, 250, 252, 1);
  border-radius: 40px;
  padding: 34px 0 42px 0;
}

.cta-newsletter h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #222e50;
}

.cta-newsletter p {
  font-size: 20px;
  line-height: 24.4px;
  margin-bottom: 31px;
  color: #4b5565;
}

.cta-newsletter form {
  position: relative;
  margin: 0 auto;
  max-width: 622px;
}

.cta-newsletter .form-control {
  max-width: 622px;
  height: 76px;
  margin: 0 auto;
  padding: 8px 8px 8px 24px;
  border-radius: 99px;
  border: 1px solid rgba(154, 164, 178, 1);
  background: transparent;
}

.cta-newsletter .form-control:hover {
  border-color: rgba(105, 117, 134, 1);
}

.cta-newsletter .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ed6a5a;
  outline: 0;
  box-shadow: 0 0 0 1px #ed6a5a;
}

.cta-newsletter button[type="submit"] {
  color: #fff;
  background: #ed6a5a;
  height: 60px;
  padding: 16px 32px 16px 32px;
  border-radius: 99px;
  border: 1px solid #ed6a5a;
  box-shadow: 0px 1px 2px 0px #1018280d;
  position: absolute;
  right: 8px;
  top: 8px;
}

.cta-newsletter button[type="submit"]:hover {
  background: rgba(191, 81, 69, 1);
  border-color: rgba(191, 81, 69, 1);
}

.cta-newsletter button[type="submit"]:active {
  color: #fff;
  background: rgba(237, 106, 90, 1);
  border-color: rgba(191, 81, 69, 1);
  box-shadow: 0px 0px 4px 2px rgba(234, 95, 80, 0.25);
}

.cta-newsletter button.confirmation {
  width: 100%;
  background: #fff;
  border-radius: 99px;
  padding: 8px 24px 8px;
  border: 1px solid #e3e8ef;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .conflict-management-section {
    padding: 48px 0;
  }

  .conflict-management-section h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .conflict-management-section .item .icon {
    width: 40px;
    height: 40px;
  }

  .conflict-management-section .item h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .conflict-management-section .item p {
    font-size: 14px;
    line-height: 20px;
    min-height: 50px;
  }
  .cta-newsletter h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .cta-newsletter .form-control {
    max-width: 400px;
    height: 68px;
  }

  .cta-newsletter button[type="submit"] {
    right: 38px;
    top: 8px;
    height: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .conflict-management-section {
    padding: 36px 0;
  }

  .conflict-management-section .section-title {
    margin-bottom: 24px;
  }

  .conflict-management-section h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    max-width: 327px;
    margin: 0 auto;
  }

  .conflict-management-section .item {
    padding: 16px;
    margin-bottom: 16px;
  }

  .conflict-management-section .item .icon {
    width: 24px;
    height: 24px;
  }

  .conflict-management-section .item .icon img {
    width: 16px;
  }

  .conflict-management-section .item h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .conflict-management-section .item p {
    font-size: 16px;
    line-height: 24px;
    min-height: 60px;
  }

  .conflict-management-section .cta-btn {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .cta-newsletter {
    margin-top: 24px;
    padding: 24px;
    border-radius: 20px;
  }

  .cta-newsletter h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .cta-newsletter p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .cta-newsletter .form-control {
    height: 48px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    padding: 14px;
    line-height: 20px;
  }

  .cta-newsletter button[type="submit"] {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    height: auto;
    padding: 10px 16px;
    position: relative;
    font-weight: 500;
    width: 100%;
    margin: 12px auto 12px auto;
    right: 0;
    top: 0;
  }
}
