#doubleImageBanner .blueBox {
  background-image: url("/desktop/frontend/images/icons/semicircletotop.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding: 5rem 5rem;
  min-height: 520px;
}
#doubleImageBanner .imgbox {
  position: relative;
}
#doubleImageBanner .imgbox img {
  position: absolute;
  top: 5rem;
  right: -4.5rem;
  max-width: 450px;
}
@media (max-width: 1100px) {
  #doubleImageBanner .blueBox {
    padding: 5rem 5rem;
  }
}
@media (max-width: 991px) {
  #doubleImageBanner .blueBox {
    display: none;
  }
  #doubleImageBanner .imgbox {
    background-color: var(--primary);
    padding: 4rem;
    display: flex;
    justify-content: center;
    background-image: url("/desktop/frontend/images/icons/semicircletotop.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
  }
  #doubleImageBanner .imgbox img {
    position: relative;
    width: 100%;
    object-fit: cover;
    right: initial;
    top: initial;
    max-width: initial;
    max-height: 500px;
  }
  #doubleImageBanner .padT100 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  #doubleImageBanner .imgbox {
    /* padding: 1rem; */
    padding-bottom: 0;
  }
  #doubleImageBanner .imgbox,
  .blueBox {
    padding: 2rem;
  }
  #doubleImageBanner .blueBox {
    padding-bottom: 3rem;
  }
}
@media (max-width: 567px) {
  #doubleImageBanner .blueBox {
    background-image: none;
  }
}
