body {
  background: url(bg.jpg);
  background-size: cover;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 color: #fff;
 padding-bottom: 80px;
}

/* nav{
  background-color: rgb(204, 243, 151);
  height: 20px;
} */

.card-header{
  background-color: rgb(204, 243, 151);
}

 container {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.4em;
  color: #fff;
  text-align: end;
     height: 50%;
 }

 h6
 {
  font-weight: 300;
  text-align: end;
  height: 50%;
}
/* .case-study .col-md-12 {
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  padding: 5em 3em;
  background-color: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
  margin-top: 10pc;
} */

h6{
  font-family: 'Times New Roman', Times, serif;
  color: black;
  text-align: left;
}

center-image{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20pc;
  align-items: center;
}

img{
  border-radius: 15px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  align-items: center;
  margin: auto;
  box-shadow: #32940b;
  border-radius: 1px solid #32940b;
}

h6{
  text-align: center;
  height: 12px;
}

center-button{
  display: flex;
  justify-content: center;
  margin-top: 20pc;
  padding-bottom: 20pc;
}


h3{
text-align: center;
font-family: 'Times New Roman', Times, serif;
color: black;
padding-top: 20px;
}

.card{
width: 50pc;  
margin: 20px auto; 
border: 1px solid #940b0b;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
background-color: #fff;
overflow: hidden;
transition: all 0.3s ease;
}

.card-header{
  height: auto;
  width: auto;
  padding: 15px;
  border: 1px solid #32940b;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: -webkit-linear-gradient(bottom, green, yellow);
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn1{
  justify-content: center;
  padding-bottom: 20px;
}

.btn{
  background: -webkit-linear-gradient(bottom, green, yellow);
       background-repeat:no-repeat;
}

@media (max-width: 768px) {
  .container {
      font-size: 1.5em;
  }

  .center-img {
      margin-top: 10px;
  }

  .center-button {
      margin-top: 10px;
      padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .container {
      font-size: 1.2em;
  }

  img {
      width: 150px;
      height: 150px;
  }
}