
.contact-module-management {
  padding-left: 5%;
  padding-right: 5%;
  background-image: url('https://f.hubspotusercontent-eu1.net/hubfs/27149735/b%C3%B8lge_mint%20top%20contact.svg');
  background-position: calc(-1500px - 10px) calc(-10vh - 10px);
  background-repeat: no-repeat;
  background-size: auto;
}


.container-contact {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.management-wrapper {
  width: 100%;
  
 
}



.management-heading-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  width: 40%;
  gap: 1rem;
}


.management-heading-wrapper h2{
margin: 0;
padding-bottom: 3rem;
}

.management-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;}
  grid-template-columns: repeat(3, 1fr)
  
}


.contact-img-wrap {
  height: 320px; /* Adjust the height as needed */
}

.contact-img {
  width: 100%;
  height: 320px; /* Match the height set for .contact-img-wrap */
  object-fit: cover;
}


.card {
  background-color: #Fff;
  padding: 1.5rem;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1A333C;
  height: 11rem;
}

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-info {
  gap: 0.5rem;
}


.card .job-title {
  font-size: 1.125rem;
  font-weight: 600;
  max-width: 35ch;
}

.card .name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;
}

.card .email {
  font-size: 1.125rem;
  color: #1A333C;
  font-weight: 300;
  margin: 0px;
  text-decoration: none;
}

.card .email:hover {
  text-decoration: underline;
  /* add underline on hover */
  color: #1A333C;
  /* change link color on hover */
}

.linkedin-icon {
  width: 2rem;
  height: 2rem;
  align-items: end;
}

@media screen and (max-width: 1173px) {
 .management-grid {
    grid-template-columns: 1fr 1fr;
  }
  
}

@media (max-width: 980px) { 
  
  
  
    .management-heading-wrapper h2{
  font-size: 2rem !important;
}
  
  .management-heading-wrapperr .icon svg {
    width: 24px;
    height: 24px;
}
  

@media screen and (max-width: 628px) {
 .management-grid {
    grid-template-columns: 1fr;
  }
}





  
  