* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 1.6rem;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.z-20 {
  z-index: 20;
}

.big-container {
  width: 100%;
}

.header-bg-img {
  position: relative;
  width: 1040px;
  height: 50rem;
  background-image: url(../Images/work-session.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  color: white !important;
}

.header-bg-img::before {
  position: absolute;
  mix-blend-mode: color-burn;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3d3d3d4a;
  inset: 0;
}

.header-h1 {
  color: #1f2937;
}

.header-big-text {
  margin-bottom: 1.6rem;
  font-size: 2rem !important;

}

.header-small-text-1 {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}

.text-align-center {
  text-align: center;
}

.our-story {
  width: 54.4rem;
}

.our-story>*+* {
  margin-top: 1.6rem;
}

.work-img {
  width: 35rem;
  height: 30rem;
  border-radius: 5px;
  margin-bottom: 10.4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.body-content-bg {
  width: 100%;
  background-color: #f9fafb;
  padding: 7.4rem 1.6rem;
}

.body-content {
  gap: 14.6rem;
}

.experience-big {
  background-color: #ffffff;
  width: 35rem;
  border-radius: 5px;
  padding: 2.5rem 2.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.experience-head-bg {
  border-radius: 5px;
  background-color: #dcfce7;
  width: 29.5rem;
  height: 8rem;
  margin-bottom: 1.6rem;
}

.experience-head-inner-div {
  border-radius: 999px;
  background-color: #fce7f3;
  width: 8rem;
  height: 8rem;
}

.YE {
  margin-bottom: 0.8rem;
}

.p-color {
  color: #4b5563;
}

.digit {
  color: #ec4899;
  font-size: 3.4rem;
  font-weight: bold;
}

.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;
}