.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  background-image: linear-gradient(#9c2214, #eb1e25);
}
.content {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.content h2,
.p {
  color: white;
  text-align: center;
}
.content h2 {
  letter-spacing: -1px;
  padding-bottom: 1rem;
  font-weight: bold;
}
.content p {
  font-size: 25px;
  /* padding: 10px; */
}

h2 {
  color: black;
}
.heading {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  letter-spacing: -1px;
  padding-bottom: 20px;
}
.heading::before {
  background-color: #bd0707;
  bottom: -4px;
  content: "";
  height: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
  z-index: 1;
}
.heading::after {
  border-bottom: 2px solid #bd0707;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 140px;
}
.equal {
  padding-top: 2rem;
}

.content {
  width: 100%;
  height: 190px;
  padding: 1rem 2rem;
}
.title {
  font-weight: 800;
  text-align: center;
}
.card {
  /* height: 200px; */
  font-weight: bold;
  padding-bottom: 10px;
  border: 2px solid gray;
}
.card-Body {
  padding-top: 12px;
  /* font-weight: 900; */
  text-align: center;
  
  border-top: 2px solid gray;
}
.card img {
  height: 100px;
  width: 150px;
  /* height: 200px; */
}

.card-text {
  font-size: 15px;
  text-align: center;
}
@media(max-width:450px){
  .card img{
    height: 50px;
    width: 50px;
  }
  .card{
    height: auto;
  }
  .card-Body{
    padding-top: 5px;
    /* font-weight: 900; */
    text-align: center;
    
    border-top: 2px solid gray;
  }
  .card-Body p{
    font-weight: 400;
    font-size: 10px;
    padding: 2px;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .content {
    height: 20%;
  }
}
.container h2 {
  opacity: 0.7;
}
@media (max-width: 950px) {
  .hero {
    flex-direction: column;
    height: 75vh;
    gap: 5rem;
  }
}
@media (max-width: 750px) {
  .card img {
    /* height: 30vh; */
  }
  .content {
    padding: 1rem;
    height: 15vh;
  }
}
@media (max-width: 500px) {
  .hero {
    height: 60vh;
  }
  .content p {
    font-size: 18px;
  }
}
.Block {
  background-color: #bd0707;
  color: white;
  font-weight: 600;
}
.Section3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img {
  width:20%;
  margin-right: 200px;
}
@media(max-width:450px){
  .img {
    width:50%;
    margin-right: 0px;
  }
  .hero {
    flex-direction: column;
    height: 75vh;
    gap: 10rem;
  }
  .card img {
width: 130px;
height: 100px;
  }
}