.elementor-378 .elementor-element.elementor-element-68f21189{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}@media(min-width:768px){.elementor-378 .elementor-element.elementor-element-68f21189{--content-width:900px;}}/* Start custom CSS for html, class: .elementor-element-5d3b657a */.inquiry-box > p:nth-child(3){
color: #2872fa;
    
}
.inquiry-container {
  text-align: center;
  padding: 20px;
}

.inquiry-title {
  font-size: 24px;
  font-weight: bold;
  color: #9c8c68;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.inquiry-boxes {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
 
}

.inquiry-box {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px;
  width: 250px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   /*margin-top: 50px;*/
   transition: all ease-in-out 0.35s;
}
.inquiry-box:hover{
    transform: scale(0.95);
}

.inquiry-box h2 {
  font-size: 20px;
  margin: 10px 0;
}

.phone {
  border-color: #c4dcd0;
}
.x{
    border-color: #c4dcd0;
}
.wechat{
    border-color: #c4dcd0;
}
.line {
  border-color: #c4dcd0;
}

.email {
  border-color: #c4dcd0;
}

.icon {
  width: auto;
  max-height: 90px;
  margin: auto;
}

.phone-number,
.line-id,
.email-contact {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}

.description {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}/* End custom CSS */