.advice-tips {
  background: #f3f3f3;
}

.advice-tips .left-section,
.advice-tips .right-section {
  width: 50%;
}

.advice-tips .separate {
  width: 200px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 34px;
}

.advice-tips .left-section img {
  width: 100%;
  height: 700px
}

.advice-tips .right-section {
  color: #096bf2;
}

.advice-tips .right-section h5 {
  font-weight: 700;
  margin-bottom: 12px;
  font-family: Inter;
  font-size: 20px;
  line-height: 33px;
  color: #1d4288;
}

.advice-tips .right-section h3 {
  font-weight: 600;
  margin-bottom: 30px;
  padding-right: 40px;
  font-family: Inter;
  font-size: 40px;
  line-height: 54px;
  color: #1d4288;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.advice-tips .right-section p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: Inter;
  color: #202020;
  margin-bottom: 46px;
  max-height: 220px;
  overflow: auto;
}

.advice-tips .right-section .list-check-task {
  margin-bottom: 10px;
}

.advice-tips .right-section button {
  background-color: transparent;
  color: #1d4288;
  border: none;
  border-bottom: 2px solid #1d4288;
  font-family: Inter;
  font-weight: bold;
  padding: 5px 0px;
  float: right;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .advice-tips .right-section h1 {
    line-height: 48px;
    font-size: 56px;
  }

  .advice-tips .right-section {
    padding: 0px 0px 0px 60px;
  }
}

@media (min-width: 1199.98px) {
  .advice-tips .right-section h1 {
    line-height: 62px;
    font-size: 76px;
  }

  .advice-tips .right-section {
    padding: 80px 80px 40px;
  }
}
