@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.adbanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 247px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pro-qcp-add-banner img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.adbanner .content {
  position: absolute;
  left: 100px;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}

.adbanner .content h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgb(0, 78, 144);
  padding-bottom: 15px;
}

.adbanner .content h2 span {
  font-family: "Pacifico", cursive;
  font-weight: 400 !important;
  font-style: normal;
  color: #F27300;
  text-transform: lowercase;
  font-size: 50px;
}

.adbanner .content .desc {
  font-size: 24px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgb(0, 78, 144);
  letter-spacing: 1px;
}

.button-section {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  min-height: 65px;
}

.button-section button,
.button-section .field--name-field-link {
  min-height: 100%;
  height: 65px;
  display: flex;
  align-items: center;
}

@media (max-width:768px) {
  .pro-qcp-add-banner img {
    height: 250px;
    padding: 10px;
  }

  .button-section button,
  .button-section .field--name-field-link {
    min-height: unset;
    min-height: unset;
    display: unset;
    align-items: unset;
  }

}

@media (max-width: 1045px) {
  .pro-qcp-add-banner img {
    scale: 2.5;
  }

  .adbanner .content h2 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 0px;
  }

  .adbanner .content {
    left: 0px;
    padding: 20px;
    top: 50%;
  }

  .button-section {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
  }

  .adbanner .content h2 span {
    font-size: 32px;
  }

  .adbanner .content .desc {
    font-size: 18px;
  }
}