.text-after-banner {
  padding: 60px 0;
  width: 1200px;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
}

.factors-to-consider {
  width: 1200px;
  padding: 60px 0 60px;
}

.factors-to-consider-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
  background: #f5f5f5;
}

.factors-to-consider-left {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  list-style-position: inside;
}

.factors-to-consider-left li {
  padding: 3px 0;
}

.factors-to-consider-right {
  width: 352px;
  height: 240px;
}

.factors-to-consider-text {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  background-color: #fff;
}

.factors-to-consider-img {
  margin-top: 40px;
}

.factors-to-consider-title {
  padding: 40px 0 20px;
  font-size: 20px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #242424;
  line-height: 28px;
}

.factors-to-consider-button {
  display: flex;
  align-items: center;
  justify-content: center;
}



.start-a-new-project-button {
  margin-bottom: 80px;
}