.container {
  width: 100%;
}

.packages {
  margin: 5px;
  width: 270px;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #1978a5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  flex-wrap: wrap;
  color: #f4f4f4;
  border: 3px solid;
  border-color: #1fbfb8;
}

h1,
h2 {
  font-size: 1.8em;
}
.text1,
.text2{
    color: #fff;
}

.list li {
  font-size: 16px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
}

.first {
  margin-top: 20px;
  border-top: 3px solid #1FBFB8;
}

.list {
  width: 80%;
}

ol,
ul {
  padding: 0;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.button {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.4em;
  margin: 15px 15px;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
}
.package-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
