.contact-box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 40px 24px;
  background: url(../images/cta-bg.svg), #00457f;
  box-shadow: 0px 4.02px 11.26px 0px rgba(8, 15, 52, 0.04);
  border-radius: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 1.25em 0;
}
.contact-box-wrapper .contact-box-contentbox {
  max-width: 540px;
}
@media screen and (max-width: 1399px) {
  .contact-box-wrapper .contact-box-contentbox {
    max-width: 100%;
  }
}
.contact-box-wrapper .contact-box-contentbox .contact-box-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: var(--white-color);
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.contact-box-wrapper .contact-box-contentbox .contact-box-description {
  color: var(--white-color);
  word-wrap: break-word;
  margin: 0 0 10px 0;
}
.contact-box-wrapper .outline-white-btn {
  background: var(--white-color) !important;
  color: #00457f !important;
  border-radius: 50px;
  text-transform: capitalize;
}

.embed-imagebox-wrapper {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 13px 24px;
  background-color: var(--white-color);
  box-shadow: 0px 4.02px 11.26px 0px rgba(8, 15, 52, 0.04);
  border: 0.8px solid #eff0f6;
  border-radius: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.25em;
}
.embed-imagebox-wrapper .embed-imagebox-content-main {
  max-width: 600px;
}
@media screen and (max-width: 1399px) {
  .embed-imagebox-wrapper .embed-imagebox-content-main {
    max-width: 100%;
  }
}
.embed-imagebox-wrapper .embed-imagebox-content-main .embed-imagebox-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 12px 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.embed-imagebox-wrapper .embed-imagebox-content-main .embed-imagebox-description {
  letter-spacing: 0.1px;
  word-wrap: break-word;
  margin: 0 0 10px 0;
  line-height: 22px;
}
.embed-imagebox-wrapper .embed-imagebox-content-main .embed-imagebox-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}
.embed-imagebox-wrapper img {
  max-width: 270px;
  object-position: center center;
}