#headerConverge {
  height: 83vh;
  /* background: linear-gradient(to right, #a3dfc9d0, transparent); */
  background: url("../img/converge/convergeBG.png");
  background-size: cover;
  /* filter: brightness(80%); */
}

#overlay {
  background: rgb(0, 0, 0, 0.4);
  height: 83vh;
  padding: 0px 60px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
}
#overlay h1 {
  font-size: 40px;
}
#overlay p {
  font-size: 22px;
  width: 700px;
}
#contentConverge {
  /* height: 60vh; */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
#contentConverge p {
  width: 70%;
  font-size: 18px;
}
#contentConverge h1 {
  margin: 50px 0px;
  font-size: 30px;
  width: 50%;
  text-transform: capitalize;
}
#contentConverge h1::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #00774c;
  margin: 25px auto;
  margin-bottom: 0px;
  /* margin-left: 1px; */
}
#divForInlineInvoice {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  /* height: 50vh; */
  margin: 80px 0px;
  padding: 60px;
}

#divForInlineInvoice div h2 {
  font-size: 20px;
  margin: 10px 0px;
  text-transform: capitalize;
}
#divForInlineInvoice > div > p {
  width: 80%;
}
#divForInlineInvoice div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#virtualBenefitsDiv {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #f3fffbd9;
  padding: 50px 60px;
}
#checkTxt > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0px;
}

#checkTxt > div img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
#virtualBenefitsDiv > div > img {
  width: 100%;
  /* height: 50vh; */
  object-fit: contain;
}
#virtualBenefitsDiv h2 {
  color: #00774c;
}
#virtualBenefitsDiv > div > p {
  margin: 30px 0px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  width: 60%;
}
#secondVirtual {
  display: flex;
  justify-content: center;
}
.product-wrapper {
  margin: 0px !important;
}

@media screen and (max-width: 900px) {
  #headerConverge {
    height: 50vh !important;
    background-position: left;
    text-align: center;
  }
  #overlay {
    padding: 0px 20px;
    height: 50vh;
  }
  #headerConverge h1 {
    font-size: 28px;
  }
  #headerConverge p {
    font-size: 18px;
    width: fit-content;
  }
  #contentConverge {
    padding: 0px 0px;
  }
  #contentConverge h1 {
    font-size: 24px;
    width: 90%;
  }
  #contentConverge p {
    width: 96%;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #contentConverge p {
    width: 98%;
    font-size: 12px;
  }
  #divForInlineInvoice {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 10px;
    /* height: 30vh; */
  }
  #divForInlineInvoice > div {
    height: 20vh;
    margin: 0px 0px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #divForInlineInvoice img {
    width: 90px;
    height: 90px;
    object-fit: contain;
  }
  #divForInlineInvoice > div > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }
  #divForInlineInvoice p {
    width: 100%;
    text-align: left;
  }
  #virtualBenefitsDiv {
    padding: 20px 15px;
  }
  #virtualBenefitsDiv > div > p {
    width: 100%;
  }
  #secondVirtual {
    display: none;
  }
}
