.elementor-244 .elementor-element.elementor-element-9086bb9{--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;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-244 .elementor-element.elementor-element-b125829 iframe{height:400px;}.elementor-244 .elementor-element.elementor-element-08ba0fa{--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-244 .elementor-element.elementor-element-08ba0fa{--content-width:800px;}}/* Start custom CSS for html, class: .elementor-element-f5f6d0a */.company-info {
  max-width: 800px;
  margin: 50px auto;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #2c3e50;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th,
.info-table td {
  text-align: left;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.info-table th {
  background-color: #f0f0f0;
  font-weight: bold;
  color: #333;
}

.info-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.info-table td {
  color: #555;
}

@media (max-width: 600px) {
  .info-table th,
  .info-table td {
    font-size: 14px;
    padding: 8px 10px;
  }
}/* End custom CSS */