.service_block>div {
    border: 1px solid #707070;
}
.help_sec {
    position: relative;
}
.help_sec:before {
    content: '';
    width: 100%;
    height: 60%;
    background-color: var(--bs-primary);
    position: absolute;
    top: 0;
    z-index: -1;
}
.help_card {
    background-color: #F8F8F8;
    border-radius: 16px;
    padding: 12px;
    border: 1px solid #0000004d;
}
.help_card .card-title {
    font-size: 24px;
}
.expertise_list li {
    font-size: 20px;
    line-height: 1.2;
    padding: 8px 0;
}
.getourhelp_list li {
    font-size: 20px;
    line-height: 1.2;
    padding: 8px 0;
    width: 50%;
}
.service_img,.expertise_img,.getourhelp_img  {
    width: 400px;
}
.background-sec .backgroud-scroll {
    margin-top: 40px;
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 20px;
}

.backgroud-scroll::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    bottom: 0;
}

.backgroud-scroll::-webkit-scrollbar-thumb {
    background-color: #F4AE3F;
    background-size: 1px;
    border-radius: 5px;
}

.backgroud-scroll::-webkit-scrollbar-track-piece {
    border-radius: 10px;
    width: 1px;
}

.backgroud-scroll::-webkit-scrollbar-track {
    background-color: #d0d0d0;
    background-size: 1px;
    border-radius: 5px;
}

.backgroud-scroll ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    font-size: 14px;
    line-height: 1.6;
}

.backgroud-scroll li {
    margin-bottom: 10px;
}

.backgroud-scroll li::marker {
    color: #003459;
    font-size: 15px;
}


.dissertation-how-card {
  height: 100%;
}

.dissertation-how-card .number {
  font-size: 6rem;
  color: #e5e5e5;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1;
  opacity: 20%;
}

.dissertation-how-card .how_img {
  bottom: 80px;
  width: 40px;
  filter: brightness(1) invert(1);
}

.dissertation-how-card .how_block .arrow {
  width: 34px;
}

.dissertation-how-card p {
  font-size: 1.25rem;
}

.ultimate_img {
  bottom: 20px;
  width: 40px;
}

.ultimate-card {
  height: 100%;
}

.ultimate-title {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 10px;
}

.ultimate-body .number {
  font-size: 6rem;
  color: #e5e5e5;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1;
  border: 0px;
}

.ultimate-footer {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.tips-list {
    list-style-type: disc;
    line-height: 1.6;
}

.tips-list li::marker {
    color: white;
    font-size: 15px;
}

@media (max-width: 991px) {
  .ultimate-title {
    min-height: auto;
    margin-bottom: 10px;
  }

  .dissertation-how-card .how_img {
    bottom: 40px;
  }
}
@media (max-width: 576px) {
  .dissertation-how-card p {
    font-size: 1rem;
    height: 40px;
  }
  .dissertation-how-card .how_img {
    bottom: 60px;
  }
}

@media (max-width:1199px) {
    .help_card .card-title {
        font-size: 20px;
    }
}
@media (max-width:991px) {
    .service_img,.expertise_img,.getourhelp_img  {
        width: 400px;
    }
    .help_card .card-title {
        font-size: 18px;
    }
    .help_card img {
        width: 50px;
    }
    .help_card {
        padding: 0;
    }
    .expertise_list li,.getourhelp_list li {
        font-size: 18px;
    }
}
@media (max-width:767px) {
    .help_sec:before {
        height: 100%;
    }
    .service_img,.expertise_img,.getourhelp_img  {
        width: 330px;
    }
}
@media (max-width:576px) {
    .help_card .card-title {
        font-size: 16px;
    }
    .expertise_list li, .getourhelp_list li {
        font-size: 16px;
    }
    .service_img,.expertise_img,.getourhelp_img  {
        width: 260px;
    }
}