.sponsorship-main {
    padding: 200px 0;
    position: relative;
}

.sponsorship-main-title {
    text-align: center;
    margin-bottom: 196px;
}

.sponsorship-main-wrap {
    display: flex;
    max-width: 1461px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}

.sponsorship-main-column {
    max-width: 566px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 106px;
    justify-content: space-between;
}

.sponsorship-img-box img {
    width: 100%;
    height: 254px;
    overflow: hidden;
    object-fit: cover;
}

.sponsorship-col-sect {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sponsorship-img-box {
    border: 1px solid #C7E2FF;
    border-radius: 24px;
    overflow: hidden;
}

.sponsorship-text-box {
    border-radius: 24px;
    border: 1px solid #C7E2FF;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(153, 198, 255, 0.20);
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.sponsorship-text-box.gradiant-bg {
    border-radius: 24px;
    background: radial-gradient(106.79% 133.56% at 95.41% 3.81%, #E5F3FF 0%, #FFF 100%);
}
.sponsorship-text-box.dark-bg{
    background-image: url(../images/sponsor-img-05.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.timeline {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 220px);
    width: 6px;
    background: linear-gradient(to top, transparent 0%, rgba(229, 243, 255, 0.2) 40%, rgba(229, 243, 255, 0.6) 70%, #E5F3FF 100%);
    z-index: -1;
}

.sponsorship-text-box h4 {
    line-height: 1.1;
}
.timeline .dot {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E5F3FF;
    display: block;
    transform: translateX(-50%);
    margin-left: 3px;
}
.timeline .dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.timeline .dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #1434CB;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.sponsorship-main-column .timeline {
    display: none;
}
.sponsorship-main .container {
    position: relative;
    z-index: 1;
}
.sponsor-bg-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 496px;
}
.sponsor-bg-img img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1600px) {
  .sponsorship-main {
    padding: 120px 0;
  }
  .sponsorship-main-title {
      margin-bottom: 145px;
      max-width: 920px;
      margin-inline: auto;
  }
  .sponsorship-main-wrap {
    max-width: 1015px;
  }
  .sponsorship-main-column {
    max-width: 392px;
    gap: 82px;
  }
  .sponsorship-text-box {
      border-radius: 16px;
      padding: 24px;
      gap: 24px;
  }
  .sponsorship-text-box h4 {
      line-height: 36px;
  }
  .sponsorship-col-sect {
      gap: 22px;
  }
  .sponsorship-img-box img {
      height: 180px;
  }
  .sponsorship-img-box {
      border-radius: 16px;
  }
  .sponsor-bg-img { 
    width: 325px;
    }
}
@media screen and (max-width: 1199px) {
    .sponsorship-main {
        padding: 80px 0;
    }
    .sponsorship-main-title {
        max-width: 560px;
    }
    .sponsorship-main-column {
        max-width: 294px;
        gap: 60px;
        justify-content: flex-start;
    }
    .sponsorship-main-wrap {
        max-width: 772px;
    }
    .sponsorship-text-box {
        gap: 16px;
    }
    .sponsorship-text-box h4 {
        line-height: 28px;
    }
    .sponsorship-col-sect {
        gap: 14px;
    }
    .sponsorship-img-box img {
        height: 136px;
    }
    .sponsor-bg-img {
        width: 207px;
    }
}
@media screen and (max-width: 991px) {
  .sponsorship-main-wrap {
      gap: 24px;
  }
  .timeline {
      top: -93px;
      height: 94px;
      background: linear-gradient(90deg, #E5F3FF 0%, #FFF 100%);
  }
  .sponsorship-text-box {
      padding: 23px 24px;
  }
  .sponsorship-img-box img {
      height: 161px;
  }
  .sponsorship-main-column {
      gap: 100px;
      max-width: inherit;
  }
  .sponsorship-text-box h4 br {
      display: none;
  }
  .sponsor-bg-img {
    width: 167px;
  }
}
@media screen and (max-width: 767px) {
     .sponsor-bg-img{
        display: none;
     }
    .sponsorship-main-title {
        margin-bottom: 48px;
    }
    .sponsorship-main-wrap > .timeline {
        display: none;
    }
    .sponsorship-main-wrap {
        gap: 80px;
        flex-direction: column;
    }
    .sponsorship-main-column {
        gap: 48px;
        max-width: inherit;
    }        
    .sponsorship-img-box img {
        /* height: 148px; */
        height: auto;
    }
    .sponsorship-text-box {
        padding: 23px 22px;
    }
    .sponsorship-text-box h4 br {
        display: block;
    }
    .sponsorship-main-column .timeline {
        display: block;
        position: static;
        margin: 0 auto;
        background: #E5F3FF;
        transform: none;
        margin-bottom: -48px;
        height: 85px;
    }
    .sponsorship-col-sect {
        gap: 15px;
    }
}