.feature-table .feature-block {
  /*flex: 1;*/
  background-color: #476481;
  color: #fff;
  padding: 40px;
  text-align: justify;
  border-radius:10px;
}

@media(min-width:768px){
  .feature-table {
    display: flex;
  }

  .feature-table .feature-block {
    flex: 1;
  }
}

.feature-table h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.feature-table .th1 {
  background-color: #476481;
}

.feature-table .th2 {
  background-color: #3e5871;
}

.feature-table .th3 {
  background-color: #354b60;
}

.feature-table .th4 {
  background-color: #2c3e50;
}

.feature-table-icon {
  background-color: #6b839a;
  border-radius: 50%;
  border: 1px solid #3e5871;
  width: 115px;
  height: 115px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.feature-table-icon-1 {
  background-color: #6B839A;
  border-color: #3e5871;
}

.feature-table-icon-2 {
  background-color: #476481;
  border-color: #354b60;
}

.feature-table-icon-3 {
  background-color: #3E5871;
  border-color: #2c3e50;
}

.feature-table-icon-4 {
  background-color: #354B60;
  border-color: #233140;
}

.feature-table-icon svg {
  width: 100%;
}

.feature-table .price {
  font-size: 32px;
    font-weight: 700;
     text-align: center;
}

.feature-table .price span {
  font-size: 23px;
    font-weight: 100;
    text-align: center;
}

.feature-table .price-int {
  font-size: 18px;
    font-weight: 100;
}
