.bout_service_section{
    padding: 72px 20px;
    background-color: rgb(245, 239, 237);
}
.service_div{
     max-width: 378px;
margin: 0 auto;
text-align: center;
padding: 0px 18px
}
.service_div .p_story{
color: rgb(166, 123, 63);
font-family: "Inter", system-ui, sans-serif;
font-size: 7.875px;
font-weight: 500;
letter-spacing: 0.7875px;
line-height: 11.25px;
text-transform: uppercase;
}
.service_div h2{
    color: rgb(20, 20, 20);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 9px;
    margin-top: 4.5px;
}
.service_div p {
    color:rgb(102, 102, 102);
font-family: "Inter", system-ui, sans-serif;
font-size:10.125px;
line-height: 15.75px;
}
/*  */
.bout_heading_section{
 padding: 72px 20px;
 background-color: #fff;   
}
.bout_heading_div{
padding: 0px 18px;
display: grid;
grid-template-columns: repeat(2,1fr);
/* gap: 20px; */
align-items: center;
 max-width: 1100px;   
  margin: 0 auto; 
}
.bout_heading_div img{
    width: 100%;
    height: auto;
    max-width: 420px;
    border-radius: 12px;
}
.bout_heading_div > img {
  justify-self: center;
}
.p_journey{
    color: rgb(166, 123, 63);
    font-size: 7.875px;
    font-weight: 500;
    letter-spacing: 0.7875px;
    line-height: 11.25px;
    text-transform: uppercase;
}
.txt_heading h2{
    color: rgb(20, 20, 20);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20.25px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 13.5px;
    margin-top: 4.5px;
}
.about_p_div p{
    color: rgb(102, 102, 102);
font-family: "Inter", system-ui, sans-serif;
line-height: 14.625px;
margin-top: 9px;
 max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .bout_heading_div {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bout_heading_div img {
    max-width: 320px;
  }

  .about_p_div {
    margin-top: 20px;
  }
}
/*  */
.icon_exprience_section{
    background-color: rgb(242, 237, 233);
    padding: 36px 0px;
}
.icon_grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: center;
  max-width: 1000px;   
  margin: 0 auto;      
  gap: 40px;
}
.text-centre p{
  color: rgb(102, 102, 102);
font-family: "Inter", system-ui, sans-serif;
font-size: 7.875px;
line-height: 11.25px;

}
.text-centre {
  display: flex;
  flex-direction: column;
  align-items: center;     
  text-align: center;      
}
.text-centre .num{
  font-size: 20.25px;
    color: rgb(20, 20, 20);
font-family: "Playfair Display", Georgia, serif;
margin-bottom: 10.25px;
}
.text-centre svg {
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .icon_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .icon_grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* Believe Section */
.believe_section{
  background-color:#fff;
   padding: 72px 20px;
}
.believe_txt_heading{
   max-width: 378px;
margin: 0 auto;
text-align: center;
padding: 0px 18px
}
.believe_txt_heading .p_believe{
  color: rgb(166, 123, 63);
font-family: "Inter", system-ui, sans-serif;
font-size: 7.875px;
font-weight: 500;
letter-spacing: 0.7875px;
line-height: 11.25px;
text-transform: uppercase;
}
.believe_txt_heading h2{
   color: rgb(20, 20, 20);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 9px;
    margin-top: 4.5px;
}
.believe_txt_heading p {
   color:rgb(102, 102, 102);
font-family: "Inter", system-ui, sans-serif;
font-size:10.125px;
line-height: 15.75px;
}
.believe_grid{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
 max-width: 600px; 
  margin: 20px auto;  
     gap: 24px;
    row-gap: 18px;
    font-family: "Inter", system-ui, sans-serif;
}

.believe_grid .items{
   padding: 28px 22px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 15px -3px;
    line-height: 13.5px;
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    width: 100%;      
  max-width: 280px;  
  margin: 0 auto;    
}
.items h3{
  color: rgb(20, 20, 20);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13.5px;
 font-weight: 400;
 line-height: 18px;
  margin-bottom: 6.75px;
}
.items p{
  box-sizing: rgb(102, 102, 102);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 14.625px;
}
@media (max-width: 640px) {
  .believe_grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
