.main-description .main-description-wrapper {
  padding: 86px 84px 76px 172px;
  background: url('./../../assets/image\ 4.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 84px) calc(100% + 89px);
}

.main-description .separate {
  width: 200px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 29px;
}

.main-description h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #1d4288;
  margin-bottom: 40px;
  max-width: 478px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-description .main-description__list {
  display: flex;
  justify-content: space-between;
}

.main-description .main-description__left-section {
  margin-right: 50px;
}

.main-description .main-description__right-section,
.main-description .main-description__left-section {
  flex: 1 1 50%;
}

.main-description .main-description__right-section p {
  margin-bottom: 60px;
  font-size: 16px;
  font-family: Inter;
  line-height: 23px;
  font-weight: 400;
}

.main-description .main-description__right-section span {
  font-size: 14 px;
  line-height: 20px;
  border-bottom: 2px solid #1d4288;
  cursor: pointer;
  font-family: Inter;
  font-weight: 700;
  padding-bottom: 8px;
  color: #1d4288;
}

.main-description .main-description__list__col > div {
  max-width: 300px;
  font-size: 16px;
  line-height: 24px;
  font-family: Inter;
  font-weight: 400;
  margin-bottom: 25px;
  cursor: pointer;
}

.main-description .main-description__list__col > div:hover{
  text-decoration: underline;
}

.main-description .main-description__list__col > div img {
  margin-top: -3px;
}