.section3{
    padding: 2rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;

}

.section2ContactWithUs{
   
  padding: 10px 10px;
  
}
.section3Part2Contact{
  height: auto;
  padding: 2rem 4rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section3Part2ContactP1{
  font-size: 2.5rem;
  font-weight: 900;
  color: black;

}

.section3Part2ContactP2{
  font-size: 2rem ;
  font-weight: 500;
  color: rgb(99, 98, 98);
}

.section3Part2ContactMaps{
  background-color: white;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 300;
  width: 450px;

}

.section3Part2ContactMaps:hover{
  border-radius: 1rem;
  background-color: #3d4e3e56;
  transform: scale(1.1);
  transition: all .4s;
  color: green;
}

.mapsIcon{
  background-color: #074609;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

@media (max-width: 768px) {

  .section2{
    font-size: 40px;
    font-weight: bold;
    padding:0 1rem;
    text-align: center;
}

.section3{
    padding: .5rem 1rem;
    gap: 2rem;
}
  .section3Part2ContactP1 , .section3Part2ContactP2{
    text-align: center;
  }

.section3Part2ContactP1{
  font-size: 2rem;
  font-weight: bolder;
  color: black;

}

.section3Part2ContactP2{
  font-size: 1.5rem ;
  font-weight: 400;
  color: rgb(99, 98, 98);
}

  .section3Part2ContactMaps{
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 500;
  width: 350px;




    color:#074609;
    background-color:#3d4e3e56 ;

  }
  .section3Part2ContactMaps:hover{
    border-radius: 0;
    transform: scale(1);
  }

}