.footer_sec_1 {
  /* width: 955px; */
  height: 130px;
  margin: auto;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  background: rgb(237, 241, 233);
  /* border: 1px solid #000; */
}
.footer_sec_1 > div > a {
  margin-right: 10px;
}
.footer_sec_1 > div {
  text-align: center;
}
.footer_sec_2 {
  height: 170px;
  background: rgb(51, 51, 51);
  padding: 30px 0px;
}
.fs2_box {
  width: 995px;
  /* border: 1px solid rgb(224, 17, 17); */
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fs2_box > div:nth-child(1) {
  font-size: 35px;
  color: white;
  display: flex;
  justify-content: center;
  gap: 20px;
  /* margin: auto; */
}
.fs2_box > div:nth-child(1) > a {
  text-decoration: none;
  color: white;
  font-size: 35px;
}

.fs2_box > div:nth-child(2) {
  color: white;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.fs2_box > div:nth-child(3) {
  color: white;
  display: flex;
  justify-content: center;
  font-size: 12px;
  gap: 10px;
}
.footer_sec_3 {
  background: rgb(50, 177, 76);
  height: 100px;
}
.footer_sec_3 {
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
