.fusion-strength-section {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 5%;
}

.fusion-strength-section .fusion-strength-row {
  display: flex;
  align-items: center;
}

.fusion-strength-section .fusion-strength-row .fusion-strength-logo-col {
  margin-top: 11%;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-logo-col
  .fusion-strength-logo {
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-logo-col
  .fusion-strength-logo
  .fusion-strength-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fusion-strength-section .fusion-strength-row .fusion-strength-content-col {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-content-col
  .fusion-strength-content {
  width: 100%;
  margin: 0 auto;
  padding: 30px 32px;
  border: 4px solid #f5c400;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-content-col
  .fusion-strength-content
  .fusion-strength-heading {
  margin: 0 0 25px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-content-col
  .fusion-strength-content
  .fusion-strength-heading
  .fusion-strength-heading-highlight {
  color: #009fe3;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-content-col
  .fusion-strength-content
  .fusion-strength-paragraph {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #111111;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-content-col
  .fusion-strength-content
  .fusion-strength-paragraph:last-child {
  margin-bottom: 0;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-content-col
  .fusion-strength-content
  .fusion-strength-paragraph
  .fusion-strength-bold {
  font-weight: 700;
}

.fusion-strength-section .fusion-strength-row .fusion-strength-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: auto;
  perspective: 1000px;
}

.fusion-strength-section
  .fusion-strength-row
  .fusion-strength-image-wrapper
  .fusion-strength-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  animation: horizontalRotate 6s linear infinite;
  /* transform-origin: center center; */
  /* transform-style: preserve-3d; */
}

/* @keyframes horizontalRotate {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
} */

/* ===========================
RESPONSIVE 
============================== */

@media (min-width: 0px) and (max-width: 575.98px) {
  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-logo-col
    .fusion-strength-logo {
    margin-bottom: 40px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-logo-col
    .fusion-strength-logo
    .fusion-strength-logo-image {
    max-width: 383px;
    height: 93px;
  }

  .fusion-strength-section .fusion-strength-row .fusion-strength-image-wrapper {
    width: 350px;
  }

  .fusion-strength-section .fusion-strength-row .fusion-strength-content-col {
    margin-top: 25px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content {
    width: 94%;
    padding: 16px;
    border-width: 3px;
    border-radius: 12px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-heading {
    margin-bottom: 32px;
    font-size: 24px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-paragraph {
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-logo-col
    .fusion-strength-logo {
    margin-bottom: 35px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-logo-col
    .fusion-strength-logo
    .fusion-strength-logo-image {
    max-width: 360px;
  }

  .fusion-strength-section .fusion-strength-row .fusion-strength-image-wrapper {
    width: 250px;
  }

  .fusion-strength-section .fusion-strength-row .fusion-strength-content-col {
    margin-top: 30px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content {
    padding: 30px;
    border-width: 3px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-heading {
    font-size: 24px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-paragraph {
    font-size: 16px;
    line-height: 1.55;
    margin: 16px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fusion-strength-section .fusion-strength-row {
    flex-direction: row;
    align-items: center;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-logo-col
    .fusion-strength-logo
    .fusion-strength-logo-image {
    max-width: 280px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-image-wrapper
    .fusion-strength-image {
    /* max-width: 150px; */
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content {
    padding: 15px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-heading {
    margin-bottom: 32px;
    font-size: 29px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-paragraph {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fusion-strength-section .fusion-strength-row {
    flex-direction: row;
    align-items: center;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-logo-col
    .fusion-strength-logo
    .fusion-strength-logo-image {
    max-width: 299px;
    height: 99px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-image-wrapper
    .fusion-strength-image {
    /* max-width: 160px; */
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content {
    padding: 23px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-heading {
    margin-bottom: 32px;
    font-size: 30px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-paragraph {
    font-size: 16px;
    margin: 16px 0;
    line-height: 1.55;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .fusion-strength-section .fusion-strength-row {
    flex-direction: row;
    align-items: center;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-logo-col
    .fusion-strength-logo
    .fusion-strength-logo-image {
    max-width: 376px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-image-wrapper
    .fusion-strength-image {
    /* max-width: 150px; */
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content {
    padding: 27px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-heading {
    font-size: 34px;
    margin-bottom: 32px;
  }

  .fusion-strength-section
    .fusion-strength-row
    .fusion-strength-content-col
    .fusion-strength-content
    .fusion-strength-paragraph {
    font-size: 16px;
    margin: 16px 0;
  }
}
