.service-section {
    background: #F7F7F7;
    padding:50px 15px 30px 15px;

}
.service-section .container{
    display: flex;
    max-width: 1440px !important;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    gap:20px 80px;
    justify-content: center;
    align-items: center;
}

.service-section .service-item{
   text-align:center;
   max-width: 361px;
   width: 100%;
}
.service-section .service-item .Service-title{
   color: #000;
   text-align: center;
   font-family: Didot;
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   line-height: 35px; /* 175% */
   margin:10px 0 6px 0;
   padding: 0;
}
.service-section .service-item p{
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 176.923% */
}
