* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 1.6rem;
  /* margin-left: 24px;
  margin-right: 24px; */
}

.main-container {
  display: block;
  background-color: aliceblue;
}
.section-header {
  height: 70px;
  background-color: #ffffff;
}

.cast-logo {
  width: 50px;
  height: 50px;
}

.cast {
  color: #16a34a;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 60rem;
}
.links * {
  line-height: 2.6;
  color: #dcfce7;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.red-bg {
  background-color: #8b0000;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: #ffffff;
}

.menu {
  color: #16a34a;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  justify-content: space-between;
  margin-left: 1200px;
  font-size: 25px;
}
.container {
  background-color: aliceblue;
  padding: 48px 32px 48px 32px;
}
.container-text {
  padding: 20px 32px 15px 32px;
  text-align: center;
}
.team-bold {
  font-size: 3rem;
}
.text {
  font-size: 1.7rem;
  color: #4b5563;
}
.green-bar::after {
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  background-color: #16a34a;
  margin: 20px auto 34px auto;
}
.teachers {
  display: flex;
}
.intern-flex {
  display: flex;
  align-items: center;
}
.interns-info {
  /* border: 1px solid black; */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 3500px;
  height: 130px;
  display: flex;
  padding: 15px;
  margin: 20px;
  background-color: #ffffff;
}
.intern-img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  background: transparent;
}
/* .intern-image-box {
  display: flex;
} */
.social-icons {
  display: flex;
}
.name {
  margin-top: 20px;
  font-size: 1.7rem;
  color: #8b0000;
}

.name-info {
  color: #4b5563;
}
.name,
h4 {
  margin-bottom: 10px;
}
.fb-icon,
.in-icon,
.tw-icon {
  margin-right: 10px;
  margin-top: 15px;
}
.teacher-info {
  color: #4b5563;
}
.teacher-img {
  width: 120px;
  height: 120px;
  display: flex;
  margin-right: 20px;
}
.teacher-name {
  color: #8b0000;
  font-weight: bold;
  font-size: 1.7rem;
}
.teacher {
  display: flex;
  justify-content: center;
  align-items: center;

  /* align-items: center; */
  /* border: 1px solid black; */
  /* margin-right: 150px; */
  width: 500px;
  height: 180px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.teachers {
  padding: 48px 30px 48px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
.description {
  margin-top: 10px;
  color: #4b5563;
}
/* .teacher:first-child {
  margin-right: 300px;
} */

.section-footer {
  background-color: #008000;
  margin-top: 60px;
  color: #ffffff;
}
.footer {
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  margin-top: 48px;
  margin-bottom: 70px;
  /* align-items: center;*/
  justify-content: center;
}
.footer-row-cast,
.footer-row-links,
.footer-contact {
  width: 300px;
  margin-right: 100px;
  margin-top: 48px;
  /* border: 2px solid black; */
  padding: 10px;
}
/* .links {
  line-height: 2.6;
}
.links,
a {
  color: #dcfce7;
  text-decoration: none;
} */

.foooter-cast,
h4 {
  margin-bottom: 16px;
}

.footer-text {
  margin-bottom: 16px;
  color: #dcfce7;
  line-height: 2;
  display: flex;
}
.cast-icons {
  display: flex;
}
.fb-icon,
.tw-icon,
.in-icon {
  margin-right: 25px;
  font-size: 20px;
  cursor: pointer;
}

.footer-content {
  margin-left: 24px;
  margin-right: 24px;
}

.footer-content-row {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9f0e148;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-copyright {
  margin-right: 20px;
}
.location,
.contact,
.envelope {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loc-icon,
.call-icon,
.mail-icon {
  margin-right: 10px;
  cursor: pointer;
}
/* .burger-menu,
a {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: center;
}
/* .burger-menu:last-child {
  background-color: #8b0000;
} */
/* .burger-menu,
a:hover {
  font-weight: bold;
  font-size: 1.8rem;
  color: #f97316;
} */
