/* 1.0 ECD $ VIDEO */
/* 2.0 UMEED */

/*1.0   ECD $ VIDEO SECTION STARTS */
#ecd-section {
  background: #e5e5e5;
  padding: 15px;
  margin-top: 50px;
}
#ecd-text h1,
#ecd-care h1 {
  font-weight: 700;
  font-size: 37px;
}
#ecd-text p,
#ecd-care p {
  font-weight: 400;
  font-size: 15px;
}
#ecd-care h1 {
  font-size: 32px !important;
}
#ecd-care p {
  font-size: 16px !important;
}
#video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*  ECD $ VIDEO SECTION ENDS */

/* ---------2.0 UMEED--------- */
#umeed-section {
  margin-top: 100px !important;
}
#umeed-section .uc-h1 {
  display: flex;
  flex-direction: row;
}
#umeed-section .uc-h1 h1 {
  font-weight: 700;
  font-size: 32px;
}
#umeed-section .uc-color {
  color: #0e793d;
  margin-left: 10px;
}
#umeed-content p {
  font-weight: 400;
  font-size: 18px;
}
#umeed-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#umeed-logo img {
  width: 250px;
  height: 250px;
}
#hope-section {
  background-image: url("../assets/images/umeed/hope-bg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  background-color: #ccc;
}
#hope-content {
  color: #fff;
  margin-top: 30px;
}
#hope-content h1 {
  font-weight: 700;
  font-size: 32px;
}
#hope-content p,
#hope-content ul {
  font-weight: 400;
  font-size: 18px;
}
#section-togather h1 {
  font-weight: 700;
  font-size: 32px;
}
#section-togather p {
  font-weight: 400;
  font-size: 16px;
}
