.container .heading-sec .h6-title {
  font-size: 16px;
}
.container .heading-sec .list-info .list-item {
  line-height: 1.75;
  color: #6d6d6d;
}
.container.content-cnr {
  width: min(840px, 100%);
  margin: 0 auto;
  padding: 40px;
}

.btn-cnr {
  display: flex;
  justify-content: center;
}

.para {
  color: #6d6d6d;
  line-height: 1.6;
}

.contact {
  width: 156px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #43baff;
  border-radius: 0px;
  padding: 14px 35px 14px 35px;
  margin: 80px auto;
  color: #ffffff;
}