#plans {
  margin-top: 44px;
}
#plans .container {
  width: 1657px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#plans .container .el {
  width: calc(25% - 15px);
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding-bottom: 33px;
  overflow: hidden;
}
#plans .container .el .img {
  height: 365px;
}
#plans .container .el .img,
#plans .container .el .img img {
  display: block;
}
#plans .bottom {
  padding: 0 45px;
}
#plans .text {
  font-size: 18px;
  line-height: 31px;
}
#plans .text p:first-child strong {
  text-transform: uppercase;
}
#plans .price {
  color: var(--green);
  font-size: 23px;
  line-height: 36px;
  font-weight: 800;
  margin-top: 19px;
}
#plans .price strong {
  font-size: 1.26em;
  font-weight: 800;
}
#plans .button {
  margin-top: 18px;
}
#cta {
  margin-top: 32px;
}
#bottom_cta {
  margin-top: 68px;
}
#cta .title,
#cta .text,
#bottom_cta .title,
#bottom_cta .text {
  color: #fff;
}
#cta .button,
#bottom_cta .button {
  background-color: #fff;
  color: #000;
}
#showcase {
  margin-top: 76px;
}
#showcase .button {
  background-color: #373a36;
}
footer {
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  #showcase .container .text p br {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  #plans .container .el {
    width: calc((100% / 3) - 14px);
  }
}
@media screen and (max-width: 992px) {
  #plans .container .el {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #plans .container {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  #plans .container .el {
    width: 100%;
    max-width: 360px;
  }
  #plans .container .el .img {
    height: auto;
    margin-bottom: 7px;
  }
  #plans .bottom {
    padding: 0 41px;
  }
  #cta,
  #bottom_cta {
    margin-top: 82px;
  }
  #cta .title {
    max-width: 300px;
  }
}
@media screen and (max-width: 567px) {
  #hero {
    background-size: cover;
  }
  #plans {
    margin-top: 38px;
  }
  #plans .text {
    font-size: 14px;
    line-height: 25px;
  }
  #plans .price {
    font-size: 19px;
    line-height: 30px;
    margin-top: 10px;
  }
  #plans .price strong {
    font-size: 24px;
  }
  #plans .button {
    margin-top: 13px;
    padding: 0 42px;
  }
  #bottom_cta .title {
    font-size: 31px;
  }
  #cta, #bottom_cta {
    background-size: 300%;
  }
}
@media screen and (max-width: 380px) {
  #bottom_cta .title {
    font-size: 25px;
  }
}