.dangky_box {
  border-bottom: 4px solid #006e3d;
  padding: 15px;
}
.dangky_box .first_box {
  background-color: #b8e286;
}
.dangky_box .contact_info {
  padding: 50px;
}
.contact_info_title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 30px;
}
.contact_info_title strong {
  border-bottom: 2px solid #000;
}
.contact_form_box_title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 30px;
}
.contact_form_box_title strong {
  border-bottom: 2px solid #006e3d;
}
.contact_form_home {
  padding: 50px 300px;
}
.item_cont {
  text-align: center;
  padding: 20px;
}
.item_cont > span {
  margin-bottom: 15px;
  font-size: 50px;
}
.item_cont > div {
  font-size: 18px;
}
.dangky_box .contact_social {
  text-align: center;
}
.dangky_box .contact_social a {
  color: #000;
  font-size: 28px;
  padding: 5px;
}
.dangky_box .second_box {
  background-color: #006e3d;
}
@media (max-width: 767px) {
  .dangky_box .contact_info,
  .contact_form_home {
    padding: 15px 15px;
  }
  .contact_form_box_title,
  .contact_info_title {
    font-size: 24px;
  }
}
