.contact-us-content-section {
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}

.contact-us-content-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    margin-top: 0;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.contact_title {
    position: static;
    width: auto;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin: 0px auto;
    padding: 0px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto;

    font-size: 24px;
    color: rgba(40, 40, 40, 1);
    text-align: left;

    line-height: 1.5;
    font-weight: bold;
}

.company_title {
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px;

    margin-top: 0px;
}

.contact-us-content-container a {
    text-decoration: none;
}

.company-map {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}