.accelerate {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.accelerate-l {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accelerate-l p {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 24px;
}


.accelerate-l h2 strong {
  background: linear-gradient(to right, #00d3f3, #007a8d);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.check-acc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.check {
  display: flex;
  align-items: center;
  gap: 15px;
}
.check svg {
  width: 22px;
  height: 22px;
}
.check p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0px;
}
.acc-btn {
  width: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: transparent;
  border: 1px solid #0092b8;
  color: #0092b8;
  margin-top: 20px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}
.accelerate-r {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bgr-accelerate-l {
  background: white;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.icon-bgr {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2563eb;
}
.logo-acc {
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo-acc p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.logo-acc b {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.logo-acc img {
  width: 135px;
  height: 40px;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .accelerate {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .accelerate-l {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .accelerate-l p {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 24px;
  }
  .check-acc {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .check {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .check svg {
    width: 22px;
    height: 22px;
  }
  .check p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .acc-btn {
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
    border: 1px solid #0092b8;
    color: #0092b8;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }
  .accelerate-r {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bgr-accelerate-l {
    background: white;
    border-radius: 20px;
    padding: 15px;
  }
  .icon-bgr {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2563eb;
  }
  .logo-acc {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .logo-acc p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  .logo-acc b {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .logo-acc img {
    width: 135px;
    height: 40px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 767px) {
  .accelerate {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .accelerate-l {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .accelerate-l p {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 24px;
  }
  .accelerate-l h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: black;
  }
  .accelerate-l h2 strong {
    color: black;
  }
  .check-acc {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .check {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .check svg {
    width: 22px;
    height: 22px;
  }
  .check p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .acc-btn {
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
    border: 1px solid #0092b8;
    color: #0092b8;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }
  .accelerate-r {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bgr-accelerate-l {
    background: white;
    border-radius: 20px;
    padding: 15px;
  }
  .icon-bgr {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2563eb;
  }
  .icon-bgr img {
    width: 20px;
  }

  .logo-acc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .logo-acc p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  .logo-acc b {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .logo-acc img {
    width: 135px;
    height: 40px;
    object-fit: contain;
  }
}
