/* HOW TO PITCH SECTION */
.howtopitch-section {
  background: #0044E9;
  padding: 64px 0 64px 0;
  width: 100%;
}

.howtopitch-title {
  font-family: 'Forma DJR Display Medium', 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.howtopitch-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 32px;
  max-width: 1300px;
  margin: 0 auto;
}

.howtopitch-block {
  display: flex;
  align-items: center;
  background: transparent;
  min-width: 380px;
  max-width: 600px;
  width: 48%;
  margin-bottom: 32px;
  position: relative;
  line-height: 0;

  border-right: 1px solid #fff;
}

.howtopitch-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 33%;
  height: 0;
  width: 67%;
  border-top: 1px solid #fff;
}

.howtopitch-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 0;
  width: 80%;
  border-bottom: 1px solid #fff;
}

.howtopitch-num {
  font-family: 'Forma DJR Display', 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 180px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 0;
  letter-spacing: 0;
}

.howtopitch-content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
}

.howtopitch-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 12px;
  /* Replace with icon image if available */
}

.howtopitch-list {
  color: #fff;
}

.howtopitch-list-title {
  font-family: 'Forma DJR Display Medium', 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
	line-height: 21px;
  margin-bottom: 8px;
  color: #fff;
	letter-spacing: 1px;
}

.liContent {
  font-family: 'Forma DJR Micro Regular', 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
  line-height: 1;
}

.howtopitch-list ul {
  margin: 0;
  padding-left: 13px;
  font-family: 'Forma DJR Micro Regular', 'Inter', Arial, sans-serif;
  font-weight: 400;
  font-size: 18 px;
  line-height: 1.3;
  color: #fff;
}

.howtopitch-list li {
  margin-bottom: 6px;
font-size: 14px;
  color: #fff;
  font-family: 'Forma DJR Micro', 'Inter', Arial, sans-serif;
  font-weight: 500;
}

.howtopitch-list-note {
  font-size: 14px;
  color: #fff;
  font-family: 'Forma DJR Micro', 'Inter', Arial, sans-serif;
}

.howtopitch-num-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  margin-top: 0;
  flex-shrink: 0;
}

.howtopitch-num {
  font-family: 'Forma DJR Display', 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 180px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  letter-spacing: 0;
}

.howtopitch-slash {
  height: 100%;
  width: auto;
  pointer-events: none;
}

/* RESPONSIVE - How to Pitch Section */
@media (max-width: 1024px) {
  .howtopitch-title {
    font-size: 56px;
    margin-bottom: 32px;
  }

  .howtopitch-block {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  /* .howtopitch-block::before,
  .howtopitch-block::after {
    display: none;
  } */

  .howtopitch-num-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .howtopitch-content {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .howtopitch-section {
    padding: 25px 0;
  }

  .howtopitch-title {
    font-size: 40px;
    line-height: 1.2;
  }

  .howtopitch-grid {
    gap: 24px;
    max-width: 360px;
    position: relative;
  }

  .howtopitch-block {
    padding: 0 16px;
  }

  .howtopitch-list-title {
    font-size: 22px;
    right: 5px;
    width: 100%;
    line-height: 25px;
    position: relative;
    padding-left: 70px;
    height: 85px;
  }


  .howtopitch-list ul {
    font-size: 13px;
  }

  .howtopitch-slash {
    max-height: 170px;
    margin-left: -15px;
  }

  .howtopitch-block::before {
    left: 33.8%;
    width: 67%;
  }

  .howtopitch-block::after {
    left: 16%;
    width: 84%;
  }

  /* .howtopitch-content {
    padding-left: 50px;
  } */

  .howtopitch-list {
    color: #fff;
    padding: 20px;
    border: 1px solid #fff;
  }

  .howtopitch-content {
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .howtopitch-block {
    width: 100%;
  }

  .howtopitch-block::after {
    left: 0%;
    width: 100%;
    border: none;
  }

  .howtopitch-block::before {
    left: 8%;
    width: 100%;
    border: none;
    font-size: 100px;
    color: #fff;
    top: 60px;
  }

  .howtopitch-block1::before {
    content: '1';
  }
  .howtopitch-block2::before {
    content: '2';
  }
  .howtopitch-block3::before {
    content: '3';
  }
  .howtopitch-block4::before {
    content: '4';
  }
  .howtopitch-block5::before {
    content: '5';
  }

  .howtopitch-title {
    font-size: 50px;
  }

  .howtopitch-list ul {
    padding-left: 14px;
    font-size: 25px;
  }

  .howtopitch-list-note {
    font-size: 18px;
    line-height: 22px;
  }

  .howtopitch-num-wrapper {
    display: none;
  }

  .howtopitch-content {
    padding-top: 0;
  }

  .howtopitch-block {
    padding: 0 8px;
    border-right: none;
  }
}