* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  user-select: none;
  font: 20px "Lato", sans-serif;
}

.par {
  letter-spacing: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  background-color: rgba(151, 151, 151, 0.4);
  background-size: cover;
  background-attachment: fixed;
}

.antipar {
  font-size: calc((0.5vw)/2 + 15px);
  color: #ddd;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  width: 100%;
  background-color: #ffffff;
}

.par1 {
  background-position: 0 0;
  background-size: 100%;
  background-image: url(media/doorbin4.jpg);
}

.par2 {
  height: 400px;
  background-image: url(media/doorbin6.jpg);
}

.par3 {
  height: 400px;
  background-image: url(media/doorbin5.jpg);
}

.par4 {
  background-position: bottom;
  background-size: 100%;
  background-image: url(media/23aa3ebbfc6790d2fdfbd5afd953d1ea620e8f10.jpg);
}

.antipar1 {
  padding-top:50px ;
  padding-bottom:50px ;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: auto;
  width: 100%;
  background-color: #ffffff;
}

.antipar2{
  height: 15vw;
  background-color: #282e34;
}

.antipar3{
  height: 15vw;
  background-color: #282e34;
}

.tit {
  letter-spacing: 4px;
  font-size: 20px;
}
.parag {
  padding-top: 20px;
  line-height: 2;
  font-size: calc((0.5vw)/2 + 15px);
  width: 90%;
  color:#777;
  text-align: justify;
}

.inside1 {
  padding: 2%;
  background-color: #6668;
  color: #fff;
  font: 400 2vw/1.8 "Lato", sans-serif;
  border-radius: 5px;
}

.inside2 {
  color: #fff;
  font: 400 3vw/1.8 "Lato", sans-serif;
}

 @media screen and (max-width: 600px) {
  .antipar2, .antipar3 {
    height: 22vw;
  }
}

/* @media screen and (min-width: 1300px) {
  .parag {
    font-size: 20px;
  }
}

@media screen and (min-width: 1300px) {
  .parag {
    font-size: 20px;
  }
}  */