.responsive {
  max-width: 100%;
  height: auto;
}
.p2 {
  padding: 1em 0em;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: start; */
  align-content: space-between;
}
.flex-item {
  box-sizing: border-box;
  border: 1px solid red;
  border-radius: 1em;
  width: 270px;
  padding: 1em;
  padding-top: 0;
  transition: all 0.3s ease-out;
  background-color: white;
  margin: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* justify-content: space-evenly; */
  text-align: center;
}
.flex-item1:hover {
  filter: drop-shadow(5px 5px 0px #ff0000);
}
.downloads {
  color: rgb(16, 16, 16);
  padding: 1em;
}

.contact-item {
  margin-bottom: 1em;
  color: white;
  border: 1px solid #ff0000;
  padding: 1rem!important;
}
.contact-item .btn {
  padding-left: 0.8em;
  padding-right: 0.8em;
  min-width: 160px;
  margin-bottom: 2px;
}

.contact {
  max-width:500px
}
.test, .test img {
  max-height: 50vh;
}
.download {
  /* border: 2px solid #f44336;
  background-color: #000; */
  /* border: 2px solid white; */
  background-color: #f44336;
}
.download:hover {
  background-color: #f44336;
}
.download:focus {
  /* background-color: #000; */
  background-color: #7d1d1d;
}
.red-line {
  margin-top: 20px;
  border-bottom: 2px red solid;
}

selector .elementor-widget-wrap {
  flex-direction: column;
}
selector .elementor-widget-wrap div:last-child {
  margin-top: auto;
}