/* Request a Service keeps the original Transp request-a-quote page structure.
   Only content, brand color treatment and maritime-specific field behavior are adapted. */

.ksg-rfq-theme {
  padding-bottom: 85px;
}

.ksg-rfq-theme .box-bg-requestaquote-4 {
  background-color: var(--ksg-secondary-soft);
}

.ksg-rfq-hero-copy {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.ksg-rfq-hero-copy h1 {
  font-size: 54px;
  line-height: 1.14;
}

.ksg-rfq-hero-copy > p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.75;
}

.ksg-rfq-form-box {
  scroll-margin-top: 110px;
  background-image: none !important;
}

.ksg-rfq-form .form-group {
  margin-bottom: 20px;
}

.ksg-rfq-form .form-control {
  min-height: 58px;
  color: var(--ksg-primary);
  background-color: #ffffff;
  border-color: #d8e1ee;
}

.ksg-rfq-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.ksg-rfq-form .form-control:focus {
  border-color: var(--ksg-secondary);
  box-shadow: 0 0 0 3px rgba(111, 133, 178, 0.12);
}

.ksg-rfq-form select.form-control {
  cursor: pointer;
}

.ksg-rfq-file {
  padding: 14px 16px;
}

.ksg-rfq-form small {
  display: block;
  margin-top: 7px;
  color: #6f7b8c;
  font-size: 11px;
  line-height: 1.45;
}

.ksg-rfq-conditional[hidden] {
  display: none !important;
}

.ksg-rfq-actions {
  padding-top: 4px;
}

.ksg-rfq-pending {
  max-width: 700px;
  color: #667284;
  font-size: 12px;
  line-height: 1.6;
}

.ksg-rfq-form-image {
  height: 100%;
  min-height: 540px;
}

.ksg-rfq-form-image img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 50% 50%;
}

.ksg-rfq-process {
  scroll-margin-top: 100px;
}

.ksg-rfq-process .text-start {
  max-width: 900px;
}

.ksg-rfq-process-image > img {
  height: 590px;
  object-fit: cover;
}

.ksg-rfq-process-image .box-info-bottom-img {
  bottom: 0;
}

.ksg-rfq-workflow {
  padding-top: 0;
}

.list-how-works.ksg-rfq-workflow li {
  padding-bottom: 34px;
}

.ksg-rfq-workflow .image-how .img img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ksg-rfq-services .cardGrid {
  height: 100%;
  min-height: 450px;
}

.ksg-rfq-services .cardGrid .cardImage {
  height: 245px;
  overflow: hidden;
}

.ksg-rfq-services .cardGrid .cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ksg-rfq-services .cardGrid .cardInfo {
  min-height: 205px;
}

.ksg-rfq-services .cardGrid .cardInfo p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.6;
}

.ksg-rfq-services .cardGrid .btn-link {
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .ksg-rfq-hero-copy h1 {
    font-size: 48px;
  }

  .ksg-rfq-form-image,
  .ksg-rfq-form-image img {
    min-height: 470px;
  }

  .ksg-rfq-process-image > img {
    height: 520px;
  }
}

@media (max-width: 991.98px) {
  .ksg-rfq-theme {
    padding-bottom: 65px;
  }

  .ksg-rfq-theme .box-form-contact-leading {
    padding: 45px 36px;
  }

  .ksg-rfq-form-image {
    min-height: 380px;
    margin-top: 25px;
    padding-left: 0;
  }

  .ksg-rfq-form-image img {
    min-height: 380px;
    max-height: 430px;
  }

  .ksg-rfq-process-image > img {
    height: 460px;
  }

  .ksg-rfq-process-image .box-info-bottom-img {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .ksg-rfq-workflow {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .ksg-rfq-hero-copy {
    margin-top: 70px !important;
  }

  .ksg-rfq-hero-copy h1 {
    font-size: 40px;
  }

  .ksg-rfq-theme .box-form-contact-leading {
    margin-top: 70px;
    padding: 36px 24px;
  }

  .ksg-rfq-process {
    padding-top: 65px !important;
  }

  .ksg-rfq-process-image > img {
    height: 360px;
  }

  .ksg-rfq-services {
    padding-top: 70px !important;
  }
}

@media (max-width: 575.98px) {
  .ksg-rfq-hero-copy h1 {
    font-size: 34px;
  }

  .ksg-rfq-hero-copy .box-button {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
  }

  .ksg-rfq-hero-copy .box-button .mr-30 {
    margin-right: 0 !important;
  }

  .ksg-rfq-form-image,
  .ksg-rfq-form-image img {
    min-height: 320px;
  }
}

/* Request process — fix broken icons by overriding the base theme with higher-specificity selectors while preserving one coherent icon language for all four workflow steps. */
.list-how-works.ksg-rfq-workflow li {
  align-items: flex-start;
  column-gap: 0;
}

.list-how-works.ksg-rfq-workflow li .image-how {
  max-width: 76px;
  min-width: 76px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.list-how-works.ksg-rfq-workflow li .image-how .img.ksg-rfq-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  color: #31588f;
  background: linear-gradient(145deg, #f7faff 0%, #e8eef8 100%);
  border: 1px solid #b7c6dc;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(1, 17, 59, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.list-how-works.ksg-rfq-workflow li .image-how .img.ksg-rfq-step-icon svg,
.list-how-works.ksg-rfq-workflow li .image-how .img.ksg-rfq-step-icon img {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  margin: 0;
  object-fit: contain;
}

.list-how-works.ksg-rfq-workflow li .image-how::before {
  left: 37px;
  width: 1px;
  height: 34px;
  background: repeating-linear-gradient(to bottom, #8799b5 0 6px, transparent 6px 11px);
}

.list-how-works.ksg-rfq-workflow li .info-how h5 {
  margin-top: 2px;
  margin-bottom: 4px;
}

@media (max-width: 575.98px) {
  .list-how-works.ksg-rfq-workflow li .image-how {
    max-width: 66px;
    min-width: 66px;
    margin-right: 18px;
  }

  .list-how-works.ksg-rfq-workflow li .image-how .img.ksg-rfq-step-icon {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
  }

  .list-how-works.ksg-rfq-workflow li .image-how .img.ksg-rfq-step-icon svg,
  .list-how-works.ksg-rfq-workflow li .image-how .img.ksg-rfq-step-icon img {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .list-how-works.ksg-rfq-workflow li .image-how::before {
    left: 32px;
  }
}



/* --------------------------------------------------------------------------
   Request a Service — service carousel navigation at the card edges.
   Desktop/tablet arrows sit at the true left/right sides of the service-card
   row. Mobile keeps the compact centered navigation below the cards.
   -------------------------------------------------------------------------- */
.ksg-rfq-services .ksg-rfq-services-carousel {
  position: relative;
}

.ksg-rfq-services .ksg-rfq-services-nav {
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 0;
  left: 0;
  height: 0;
  margin: -25px 0 0;
  pointer-events: none;
}

.ksg-rfq-services .ksg-rfq-services-nav .swiper-button-prev,
.ksg-rfq-services .ksg-rfq-services-nav .swiper-button-next {
  display: flex;
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  margin: 0;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #DDE5F2;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(1, 17, 59, 0.12);
  pointer-events: auto;
}

.ksg-rfq-services .ksg-rfq-services-nav .swiper-button-prev {
  left: -26px;
  right: auto;
}

.ksg-rfq-services .ksg-rfq-services-nav .swiper-button-next {
  right: -26px;
  left: auto;
}

@media (max-width: 1199.98px) {
  .ksg-rfq-services .ksg-rfq-services-nav .swiper-button-prev { left: -18px; }
  .ksg-rfq-services .ksg-rfq-services-nav .swiper-button-next { right: -18px; }
}

@media (max-width: 767.98px) {
  .ksg-rfq-services .ksg-rfq-services-nav {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    height: 52px;
    margin: 12px 0 0;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .ksg-rfq-services .ksg-rfq-services-nav .swiper-button-prev,
  .ksg-rfq-services .ksg-rfq-services-nav .swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
  }
}


/* --------------------------------------------------------------------------
   R16 — Request a Service / mobile service-card navigation
   Keep the carousel controls off the bottom whitespace and place them as a
   compact pair in the upper-right corner of the service cards.
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .ksg-rfq-services .ksg-rfq-services-carousel {
    position: relative;
  }

  .ksg-rfq-services .ksg-rfq-services-nav {
    position: absolute;
    z-index: 20;
    top: 14px;
    right: 14px;
    left: auto;
    display: flex;
    width: auto;
    height: auto;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    pointer-events: none;
  }

  .ksg-rfq-services .ksg-rfq-services-nav .swiper-button-prev,
  .ksg-rfq-services .ksg-rfq-services-nav .swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin: 0;
    transform: none;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #D7E0EC;
    box-shadow: 0 9px 24px rgba(1, 17, 59, 0.14);
    pointer-events: auto;
  }

  .ksg-rfq-services .ksg-rfq-services-nav .swiper-button-prev svg,
  .ksg-rfq-services .ksg-rfq-services-nav .swiper-button-next svg {
    width: 18px;
    height: 18px;
  }

  .ksg-rfq-services .ksg-rfq-services-carousel .swiper-container {
    padding-bottom: 0 !important;
  }
}

/* --------------------------------------------------------------------------
   Request process V8 — iconless premium process cards.
   Keeps the existing world-map background and mirrors the approved homepage
   card language without reintroducing stock imagery or decorative icons.
   -------------------------------------------------------------------------- */
.ksg-rfq-process {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6vw, 104px) 0 clamp(76px, 6vw, 102px) !important;
  scroll-margin-top: 100px;
}

.ksg-rfq-process-shell {
  position: relative;
  z-index: 1;
  max-width: 1580px;
}

.ksg-rfq-process-head {
  max-width: 960px;
  margin: 0 auto;
}

.ksg-rfq-process-eyebrow {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 26px;
  padding: 9px 18px;
  border: 1px solid rgba(111, 133, 178, .24);
  border-left: 2px solid #6f85b2;
  border-radius: 0;
  background: rgba(238, 243, 250, .78);
  box-shadow: none;
  color: #01113b;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.ksg-rfq-process-head h2 {
  max-width: 920px;
  margin: 0 auto;
  color: #01113b;
  font-size: clamp(42px, 3.2vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ksg-rfq-process-head-rule {
  display: block;
  width: 48px;
  height: 2px;
  margin: 24px auto 18px;
  background: #01113b;
}

.ksg-rfq-process-intro {
  max-width: 820px;
  margin: 0 auto;
  color: #5c687d;
  font-size: 18px;
  line-height: 1.65;
}

.ksg-rfq-process-intro > :last-child {
  margin-bottom: 0;
}

.ksg-rfq-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.ksg-rfq-process-card {
  position: relative;
  min-height: 286px;
  padding: 26px 24px 28px;
  border: 1px solid rgba(111, 133, 178, .26);
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 34px rgba(1, 17, 59, .035);
  backdrop-filter: blur(2px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ksg-rfq-process-card:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 133, 178, .38);
  box-shadow: 0 18px 42px rgba(1, 17, 59, .065);
}

.ksg-rfq-process-index {
  display: block;
  margin-bottom: 13px;
  color: #d0d8e6;
  font-size: clamp(38px, 2.7vw, 50px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
}

.ksg-rfq-process-rule {
  display: block;
  width: 56px;
  height: 2px;
  margin-bottom: 22px;
  background: #01113b;
}

.ksg-rfq-process-card h3 {
  margin: 0 0 16px;
  color: #01113b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -.018em;
}

.ksg-rfq-process-card-body {
  color: #5d687b;
  font-size: 15px;
  line-height: 1.6;
}

.ksg-rfq-process-card-body > :last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .ksg-rfq-process-shell {
    max-width: 1080px;
  }

  .ksg-rfq-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ksg-rfq-process-card {
    min-height: 250px;
  }
}

@media (max-width: 991.98px) {
  .ksg-rfq-process {
    padding: 68px 0 72px !important;
  }

  .ksg-rfq-process-head h2 {
    font-size: clamp(38px, 5.6vw, 48px);
  }

  .ksg-rfq-process-intro {
    max-width: 700px;
    font-size: 17px;
  }

  .ksg-rfq-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 40px;
  }

  .ksg-rfq-process-card {
    min-height: 226px;
  }
}

@media (max-width: 767.98px) {
  .ksg-rfq-process {
    padding: 56px 0 60px !important;
  }

  .ksg-rfq-process-shell {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ksg-rfq-process-eyebrow {
    min-height: 36px;
    margin-bottom: 20px;
    padding: 8px 13px;
    font-size: 12px;
    line-height: 18px;
  }

  .ksg-rfq-process-head h2 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.1;
  }

  .ksg-rfq-process-head-rule {
    margin: 20px auto 16px;
  }

  .ksg-rfq-process-intro {
    font-size: 16px;
    line-height: 1.62;
  }

  .ksg-rfq-process-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .ksg-rfq-process-card {
    min-height: 0;
    padding: 22px 20px 24px;
    border-radius: 10px;
  }

  .ksg-rfq-process-index {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .ksg-rfq-process-rule {
    margin-bottom: 17px;
  }

  .ksg-rfq-process-card h3 {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .ksg-rfq-process-card-body {
    font-size: 15px;
  }
}

/* --------------------------------------------------------------------------
   Request form V9 — full-width, image-free request form.
   Keeps the existing maritime background while turning the form itself into
   the focal element, with a compact process summary sourced from CMS steps.
   -------------------------------------------------------------------------- */
.ksg-rfq-theme .ksg-rfq-form-box {
  max-width: 1460px;
  margin: 74px auto 0;
  padding: 44px 48px 46px;
  background: rgba(255, 255, 255, 0.985) !important;
  border: 1px solid rgba(126, 148, 182, 0.20);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(1, 17, 59, 0.10);
}

.ksg-rfq-form-head-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 32px;
}

.ksg-rfq-form-intro {
  max-width: 700px;
}

.ksg-rfq-form-intro .title-favicon {
  margin-top: 0;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.ksg-rfq-form-intro .ksg-richtext {
  max-width: 680px;
  margin-bottom: 0;
  line-height: 1.7;
}

.ksg-rfq-mini-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  min-height: 112px;
  background: #fbfcfe;
  border: 1px solid #dce5f1;
  border-radius: 12px;
}

.ksg-rfq-mini-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 20px 16px 18px;
  position: relative;
}

.ksg-rfq-mini-step + .ksg-rfq-mini-step {
  border-left: 1px solid #e2e8f1;
}

.ksg-rfq-mini-step-index {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #31588f;
  background: #eaf0f9;
  border: 1px solid #d3deed;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.ksg-rfq-mini-step h3 {
  margin: 1px 0 5px;
  color: var(--ksg-primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.ksg-rfq-mini-step-body,
.ksg-rfq-mini-step-body p {
  margin: 0;
  color: #65738a;
  font-size: 11px;
  line-height: 1.5;
}

.ksg-rfq-mini-step-body {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ksg-rfq-form {
  margin-top: 4px;
}

.ksg-rfq-form .ksg-rfq-field {
  margin-bottom: 17px;
}

.ksg-rfq-form .ksg-rfq-field > label {
  display: block;
  margin: 0 0 7px;
  color: var(--ksg-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.ksg-rfq-form .form-control {
  min-height: 62px;
  padding: 15px 18px;
  border-color: #d7e1ed;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: none;
  font-size: 14px;
}

.ksg-rfq-form select.form-control {
  padding-right: 42px;
}

.ksg-rfq-form textarea.form-control {
  min-height: 126px;
  padding-top: 16px;
}

.ksg-rfq-file-field .ksg-rfq-file {
  min-height: 62px;
  padding: 11px 12px;
}

.ksg-rfq-file-field small {
  margin-top: 6px;
}

.ksg-rfq-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px 24px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.ksg-rfq-actions .btn-brand-1-big {
  min-width: 210px;
  margin: 0;
}

.ksg-rfq-submit-hint {
  max-width: 360px;
  color: #6b788b;
  font-size: 12px;
  line-height: 1.55;
}

.ksg-rfq-actions .btn-link-medium {
  margin-left: auto;
  white-space: nowrap;
}

.ksg-rfq-actions .ksg-form-status {
  flex: 0 0 100%;
  width: 100%;
  margin: 2px 0 0 !important;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .ksg-rfq-theme .ksg-rfq-form-box {
    padding: 40px 38px 42px;
  }

  .ksg-rfq-form-head-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ksg-rfq-form-intro {
    max-width: 820px;
  }

  .ksg-rfq-mini-process {
    max-width: 900px;
  }
}

@media (max-width: 991.98px) {
  .ksg-rfq-theme .ksg-rfq-form-box {
    margin-top: 62px;
    padding: 36px 30px 38px;
  }

  .ksg-rfq-mini-process {
    grid-template-columns: 1fr;
  }

  .ksg-rfq-mini-step {
    min-height: 86px;
    padding: 16px 18px;
  }

  .ksg-rfq-mini-step + .ksg-rfq-mini-step {
    border-top: 1px solid #e2e8f1;
    border-left: 0;
  }

  .ksg-rfq-mini-step-body {
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 767.98px) {
  .ksg-rfq-theme .ksg-rfq-form-box {
    margin-top: 54px;
    padding: 30px 22px 32px;
    border-radius: 12px;
  }

  .ksg-rfq-form-head-grid {
    margin-bottom: 26px;
  }

  .ksg-rfq-form-intro .title-favicon {
    font-size: 32px;
  }

  .ksg-rfq-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ksg-rfq-actions .btn-brand-1-big,
  .ksg-rfq-actions .btn-link-medium {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    text-align: center;
  }

  .ksg-rfq-submit-hint {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .ksg-rfq-theme .ksg-rfq-form-box {
    padding: 26px 16px 28px;
  }

  .ksg-rfq-mini-step {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    padding: 14px 13px;
  }

  .ksg-rfq-mini-step-index {
    width: 28px;
    height: 28px;
  }

  .ksg-rfq-form .form-control,
  .ksg-rfq-file-field .ksg-rfq-file {
    min-height: 58px;
  }
}


/* --------------------------------------------------------------------------
   Request form V9.1 — centered form introduction.
   Removes the redundant three-step preview from the form header while keeping
   the existing maritime background and the full-width form layout intact.
   -------------------------------------------------------------------------- */
.ksg-rfq-form-head-grid.ksg-rfq-form-head-grid--centered {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.ksg-rfq-form-head-grid--centered .ksg-rfq-form-intro {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ksg-rfq-form-head-grid--centered .ksg-rfq-form-intro .title-favicon {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.ksg-rfq-form-head-grid--centered .ksg-rfq-form-intro .ksg-richtext {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 767.98px) {
  .ksg-rfq-form-head-grid.ksg-rfq-form-head-grid--centered {
    margin-bottom: 24px;
  }

  .ksg-rfq-form-head-grid--centered .ksg-rfq-form-intro .title-favicon {
    font-size: clamp(30px, 8vw, 38px);
  }
}
