body {
}
h3 {
  font-family: "Poppins", sans-serif;
}

.hero-section-group {
  position: relative;
  min-height: 267px;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/group-of-companies/group-company.jpeg);
  background-position: 0 -240px;
}
.hero-section-group::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust the transparency as needed */
}
.hero-section-group h1 {
  font-size: 2rem;
  color: white;
  margin-bottom: 1rem;
}

.hero-section-group p {
  font-size: 1.125rem;
  color: #ff7800;
}
.group-left {
  border-right: 1px solid #ff7800;
  padding: 30px 20px 30px 40px;
  font-family: "Poppins", sans-serif;
}
.group-h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff7800;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
.group-right {
  padding: 30px 30px 30px 40px;
  font-size: 18px!important;
}
.img-right {
  padding: 30px 0px 30px 50px;
  font-size: 14px;
}

/* /////section 3//// */

.group-companies-left {
  display: flex;
  max-width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.core-h3 {
  color: #ff7800;
  font-weight: 800;
  font-size: 30px;
  margin-left: 10px;
}

.group-icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 333px;
  min-height: 310px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
  padding: 20px;
  margin: 10px;
}
.group-icon ul {
  font-size: 14px;
  list-style-type: none;
}
.bx {
  color: #ff7800;
  font-weight: 800;
}
.group-icon h5 {
  font-size: 23px;
  font-family: "Poppins", sans-serif;
  color: #ff7800;
  font-weight: 800;
}

.core-icon h5 {
  color: #ff7800;
}


@media (min-width: 767px) {
  .hero-section-group {
    min-height: 445px;
  }

  .hero-section-group h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1030px) {
  .hero-section-group {
    background-position: unset;
  }
}
@media (max-width: 426px) {
  .group-left {
    border-right: none;
  }
  .group-right{
    padding: 30px 5px 30px 0px;

  }

  }

  @media (max-width:767px) {
    .group-left{
      padding: 20px 20px 20px 0px;
      border-right: unset;
    }
    .group-right{
      padding: 30px 5px 30px 0px;
  
    }
  }

  @media (min-width: 768px) and (max-width: 992px) {
    .group-left{
      padding: 30px 20px 30px 0px;
    }
  }
