

.case-top-module {
  padding-right: 5%;
  padding-left: 5%;
  background-image: url('https://f.hubspotusercontent-eu1.net/hubfs/27149735/wave%20casepage.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 55vh 85%;
}

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

.case-top-wrapper{
  display: flex;
  flex-direction: row;
  gap: 7rem;
}

.project-details-text-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column; 
  justify-content: flex-start
}

.project-details-text-wrapper h2 {
  margin-top: 0 !important;
}

.details-list-wrapper{
  width: 40%;
  display: flex;  
  flex-direction: column;
  gap: 1rem;
}


.quote-main-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.list-headeing  {
  color: #1a333c;
  margin-top: 0;
  margin-bottom: .2rem;
  font-size: 1.125rem;
  line-height: 1.2;
}

.project-manager-wrapper {
  margin-top: 1rem;
}

.employee-name {
  color: #1a333c;
  margin-top: 0;
  margin-bottom: .2rem;
  font-size: 1.125rem;
  line-height: 1.2;
}

.job-title {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.employee-wrap {
  grid-column-gap: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.employee-name-wrap {
  align-self: center;
}

.employee-img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 100%;
}


@media screen and (max-width: 920px) {
  .case-top-wrapper {
  display: flex;
  flex-direction: column !important;
  gap: 3rem;
    
  }
  
  .project-details-text-wrapper {
  width: 100%;
    margin-top: 3rem;
    }
      
   .details-list-wrapper {
    width: 100%;
  }
  
   .case-top-module {
  background-position: 20vh -30vh;  
     
}
  
}

@media screen and (max-width: 440px) {
  
  .case-top-module {
 background-position: -18vh -30vh; 