.margin-padding-0 {
  margin: 0;
  padding: 0;
  height: 100%;
}

.logo-container {
  background-color: #301863;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 5% 5%;
  margin-bottom: 3%;
}
.logo-text {
  margin: auto;
  width: 50%;
  color: rgb(72, 160, 72);
  font-family: 'Poppins', sans-serif;
}

.sub-text {
  margin: auto;
  width: 50%;
  color: blueviolet;
  font-family: 'Playpen Sans', cursive;
  font-family: 'Poppins', sans-serif;
}

.services-img-left-container {
  display: flex;
  /* justify-content: center; */
  align-items: left;
  margin: 0;
}

.service-img {
  border-radius: 50%;
  width: 30%;
  height: 30%;
}
.services-img-right-container {
  display: flex;
  /* justify-content: center; */
  align-items: right;
}

.sub-text-2 {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin: auto;
  width: 80%;
  font-family: 'Playpen Sans', cursive;
  font-family: 'Poppins', sans-serif;
}

.footer {
  clear: both;
  position: relative;
  height: 700px;
  margin-top: 200px;
  background-color: #023020;
}
