
  
  .Onlt_contact_info_title {
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 0.5px;
  }
  
  .Onlt_contact_info_subtitle {
    font-size: 15px;
    color: #333333;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
  }
  
  .Onlt_contact_info_item {
    display: flex;
    align-items: flex-start;
  }
  
  .Onlt_contact_info_icon_box {
    width: 65px;
    height: 65px;
    background-color: #5bc1a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .Onlt_contact_info_icon_box svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
  }
  
  .Onlt_contact_info_content_box {
    margin-left: 20px;
    padding-top: 5px;
  }
  
  .Onlt_contact_info_label {
    color: #5bc1a8;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .Onlt_contact_info_desc {
    color: #333333;
    font-size: 14px;
    margin-bottom: 2px;
  }
  
  .Onlt_contact_info_value {
    font-weight: 700;
    color: #111111;
    font-size: 15px;
  }

  .Onlt_contact_info_value_link {
    color: #111111;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .Onlt_contact_info_value_link:hover {
    color: #5bc1a8;
  }
  
  .Onlt_contact_info_value_normal {
    color: #333333;
    font-size: 14px;
    margin-top: 2px;
    line-height: 1.5;
  }
  
  .Onlt_contact_info_footer_text {
    font-weight: 700;
    font-size: 14px;
    color: #111111;
  }
  
  .Onlt_contact_info_link {
    color: #5bc1a8;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .Onlt_contact_info_link:hover {
    color: #3e8c79;
  }
  
  .Onlt_contact_info_map_wrapper {
    width: 100%;
    height: 100%;
    min-height: 400px;
  }

  .Onlt_contact_info_map_iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
  }
