.hero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60vh;

  background-image: linear-gradient(#9c2215, #eb1e25);
}
.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}
@media (max-width: 1050px) {
  .hero {
    flex-direction: column;
    justify-content: space-evenly;
    gap: 3rem;
  }
  .content {
    margin-top: 10px;
  }
}
@media (max-width: 580px) {
  .hero {
    gap: 2rem;
    /* padding: 2rem; */
  }
}
.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; */
}
@media (max-width: 500px) {
  .content p {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .hero {
    gap: 0rem;
    height: 75vh;
    padding-top: 2rem;
  }
  
  .content p {
    font-size: 18px;
  }
  .hero img {
    width: 55%;
  }
}
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 #ff0000;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 140px;
}
.equal {
  padding-top: 2rem;
}
.section1 {
  padding: 1.5rem 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}
.section1 img {
  width: 42%;
}
.section1 p {
  width: 50%;
  font-size: 17px;
  line-height: 35px;
}
@media (max-width: 1000px) {
  .section1 {
    flex-direction: column;
  }
  .section1 img {
    width: 100%;
  }
  .section1 p {
    width: 100%;
  }
}
.content {
  /* width: 100%; */
  height: 190px;
  padding: 1rem 2rem;
}
.title {
  font-weight: 800;
  text-align: center;
}
.card img {
  height: 200px;
}
.card-text {
  font-size: 15px;
  text-align: center;
}
.container h2 {
  opacity: 0.7;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 2rem;
  height: 60vh;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 25px 0 rgba(20, 27, 202, 0.17);
}
.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
}
.icon img {
  width: 80px;
  border-radius: 50%;
}
.box h5 {
  text-align: center;
  padding: 3rem 0 1rem 0;
  font-weight: 900;
}
.our-services {
  height: 100%;
}
.our-services li {
  padding: 10px;
  text-align: start;
}
.section2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.businessservice-btn {
  padding: 7px 20px;
  font-weight: 700;
  border-radius: 2px;
}
.List {
  font-size: 18px;
  padding: 2rem 0;
  text-align: center;
}
.Block:hover {
  color: white;
}
.Block {
  background-color: #bd1f07;
  color: rgb(255, 255, 255);
}
.Block .Plan {
  background-color: white;
  color: black;
}
.Plan {
  border: 2px solid rgb(202, 200, 200);
  font-size: 13px;
  color: rgb(238, 185, 121);
  padding: 10px 20px;
  font-weight: 800;
  border-radius: 50px;
}
.block:hover {
  background-color: #bd0707;
  color: white;
  font-weight: 600;
}
@media (max-width: 700px) {
  .box {
    height: 100%;
  }
  .card1 {
    margin: 40px;
  }
  .List {
    font-size: 15px;
  }
}
.img {
  width: 40%;
}

@media(max-width:450px){
  .content{
    padding: 0;
  }

}