
.italy-flag-border {
  width: 100%;
  height: 5px;

  display: flex;

  position: absolute;
  bottom: 0px;
}

.italy-flag-border-green-section, .italy-flag-border-white-section, .italy-flag-border-red-section {
  width: 33.333%;
  height: 100%;
  min-height: 100%;
}

.italy-flag-border-green-section {
  background-color: #008B44;
}
.italy-flag-border-white-section {
  border: 1px solid #D5D5D5;
  background-color: white;
}
.italy-flag-border-red-section {
  background-color: #CE0E2D;
}