	p{
		justify-content: space-around;
		font-weight: 600;
		text-align: justify;
	}
	h2{
		font-weight: 800;
	}
	.container-fluid {
     margin-top: 400px;

	}
	#quality{
	margin-top: 50px;
	margin-bottom: -650px;
	}
	    .container1{
      position:absolute;
      left:0;
      top:20%;
      width: 100%;
      height:50vh;
      animation: animate 16s ease-in-out infinite;
      background-size: cover;
    }
    .outer{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
    }
    .details{
      position: absolute;
    width:100%;
      left: 50%;
      top:50%;
      transform: translate(-50%,-50%);
      text-align: center;
    }
    .details h1{
      font-size: 4em;
      color:#fff;
    }
    @keyframes animate{
      0%,100%{
        background-image: url(../images/export.jpg);
        height: 60vh;
      }
    }
	@media (max-width:600px){
		#img{
			width:100%;
		}
	}