.projects-horizontal {
  color: #313437;
  background-color: #fff;
}

.projects-horizontal p {
  color: #7d8285;
}

.projects-horizontal h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .projects-horizontal h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.projects-horizontal .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 10px;
}

.projects-horizontal .projects {
  padding-bottom: 40px;
}

.projects-horizontal .item {
  padding-top: 60px;
  min-height: 160px;
}

@media (max-width:767px) {
  .projects-horizontal .item {
    padding-top: 40px;
    min-height: 160px;
  }
}

.projects-horizontal .item .name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
  color: inherit;
}

@media (max-width:991px) {
  .projects-horizontal .item .name {
    margin-top: 22px;
  }
}

.projects-horizontal .item .description {
  font-size: 15px;
  margin-bottom: 0;
}
.align-items-center .item {
  width:100%;
  padding: 40px 45px;
  background-color: #fff;
  box-shadow: 1px 2px 5px #ddd;
 
}

.align-items-center .item input, textarea {
    outline: none;
    border: none;box-sizing: border-box;
}
.align-items-center .item h3 {
  font-size: 26px;
  line-height: 1;
  color: #1051a1;
  font-weight: bold;
  padding: 10px 0 15px;
  border-bottom: 2px solid #1051a1;
  margin-bottom: 25px;
}
.align-items-center .item p {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  padding-left: 25px;
  text-indent: -25px;
  white-space: pre-wrap;
  margin-bottom: 10px;
}
.align-items-center .item p img {
  margin-right: 10px;
  vertical-align: middle;
}
.align-items-center .item p span {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}
.align-items-center .item h5 {
  font-size: 26px;
  line-height: 1;
  color: #1051a1;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 25px;
}
.align-items-center .item form {
  display: block;
}
.align-items-center .item form .ind {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}
.align-items-center .item form textarea.ind {
  line-height: 1.5;
  padding: 10px 25px;
  height: 140px;
}
.align-items-center .item form .sub {
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background-color: #1051a1;
  margin-top: 25px;
  cursor: pointer;
  transition-duration: .3s;
}
.align-items-center .item form .sub:hover {
  background-color: #999;
}


