* {
  margin: 0;
  padding: 0;
}

main {
  background-image: url(../images/bahir-2.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

img {
  width: 100%;
}

.layouts {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: baseline;
}

.layout-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10%;
}

.repair {
  width: 400px;
}
.p-parent {
  border-top: 2px solid white;
  padding: 10px;
}
.white-p {
  color: white;
  font-family: fangsong;
  text-align: center;
}
.black-p {
  color: black;
  font-family: fangsong;
  text-align: center;
}

p {
  font-size: 35px;
}
p span {
  font-size: 40px;
}

.white-a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.my-1 {
  margin: 10px 0px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .repair {
    width: 320px;
  }
}

@media (min-width: 668px) and (max-width: 991px) {
  .repair {
    width: 280px;
  }

  p {
    font-size: 25px;
  }
  p span {
    font-size: 30px;
  }
}
@media (max-width: 667px) {
  .repair {
    width: 200px;
  }

  p {
    font-size: 20px;
  }
  p span {
    font-size: 25px;
  }
}
