body {
  background-image: url(Image/marblebg.jpg), linear-gradient(135deg, #ffffff, #ffffff);
  background-blend-mode: multiply;
}

.blank {
  width: 100%;
  height: 100px;
}

.block {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.bg {
  width: 90%;
  height: 90%;
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
  background-color: #f5f6f3;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.abtop {
  flex-basis: 10%;
  display: flex;
  align-items: center;
}

.abtop h1 {
  margin-left: 10px;
}

.abmid {
  flex-basis: 1%;
  border-bottom: 2px solid #b45c1d;
}

.abbottom {
  flex-basis: 89%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.abbottom h2 {
  margin-bottom: 10px;
}

.abbottom img {
  width: 600px;
  height: 420px;
  border-radius: 10px;
  margin-right: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.abt {
  flex-basis: 50%;
  display: flex;
  padding: 20px;
  background-color: antiquewhite;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);

}

.abb {
  flex-basis: 50%;
  display: flex;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.abtleft {
  flex-basis: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.abtright {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.abbleft {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.abbright {
  flex-basis: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}



.pa-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.pa-title h2{
  font-size: clamp(25px,2.5vw,35px);
}
.pa-title h3{
  font-size: clamp(20px,2vw,30px);
}
.pa-one{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.pa-one-text{
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pa-two{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pa-two-text{
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pa-one-text p,.pa-two-text p{
  font-size: 24px;
  font-weight: bold;
}

@media (max-width:1620px){
  .pa-one,.pa-two{
    flex-direction: column;
  }
  .pa-one-text,.pa-two-text{
    margin-left: 0px;
  }
  .abbottom img{
    margin-right: 0px;
  }
}


@media (max-width:730px){
  .pa-one-text p,.pa-two-text p{
    font-size: 20px;
  }
  .abbottom img{
    width: 500px;
    height: 350px;
  }
}

@media (max-width:630px){
  .pa-one-text p,.pa-two-text p{
    font-size: 15px;
  }
  .abbottom img{
    width: 400px;
    height: 280px;
  }
  .pa-title{
    margin-bottom: 50px;
  }
}

@media (max-width:630px){
  .pa-one-text p,.pa-two-text p{
    font-size: 15px;
  }
  .abbottom img{
    width: 400px;
    height: 280px;
  }
  .pa-title{
    margin-bottom: 50px;
  }
}



@media (max-width:476px){
  .pa-one-text p,.pa-two-text p{
    font-size: 12px;
  }
  .abbottom img{
    width: 300px;
    height: 210px;
  }
  .pa-title{
    margin-bottom: 20px;
  }
  .abbottom{
    padding: 15px;
  }
  .abtop h1{
    font-size: 24px
  }
  .pa-title h2{
    font-size: 18px;
  }
  .pa-title h3{
    font-size: 16px;
  }
  
}


@media (max-width:400px){
  .abbottom img{
    width: 250px;
    height: 175px;
  }
  .pa-title{
    margin-bottom: 20px;
  }
  .abbottom{
    padding: 0px;
  }
  .bg{
    padding: 15px;
  }
}