section {
    height: fit-content !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.section-header {
    font-weight: bold;
    font-size: 2.0rem;
    padding-bottom: 0.5rem;
    color: #e4581f;
}

/* #company_header {
    padding-top: 4rem !important;
} */

.spaceDiv {
    padding-top: 100px;
}

.company-profile-header {
    font-weight: bold;
    font-size: 4rem;
}

.company_info {
    background-color: #fef9f3;
    padding-top: 2.2rem;
}

.company_info#track_record {
    padding-bottom: 5rem;
}

.company-infor-details {
    background-color: #fef9f3;
}

.company_link {
    text-decoration: none;
}

.company_link:visited {
    text-decoration: none;
}

.company-profile-details div {
    padding: 1.3rem;
    text-decoration: none;
}

.contact_person_name {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact_person_name .highlight_info {
    height: 100%;
}

.contact_person_name .highlight_info_two {
    text-align: center;
}

.highlight_info_two {
    padding-bottom: 1.2rem;
}

.highlight_info {
    width: 100%;
    height: 100%;
    font-size: 2rem;
    text-align: center;
    text-align: center;
    font-weight: bold;
    padding-bottom: 1.2rem;
}

.track_record_info {
    padding-bottom: 1.2rem;
}

.track_record_info .highlight_info {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}

.location_map {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .company_info {
        padding-left: 10px;
        padding-right: 10px;
    }

    #company_strengths .company-infor-details .company_strength_details {
        padding-left: 15px;
    }

    #company_profile {
        padding-left: 10px;
        padding-right: 10px;
    }

    .company-profile-header {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        font-size: 3rem !important;
    }

    .company-profile-details div {
        border: 0px !important;
    }

    #company_profile .company-infor-details .row {
        border: 1px solid #000000 !important;
    }

    #company_profile .company-infor-details .row.section-header {
        border: 0px !important;
    }

    #company_profile .company-infor-details .profile-details-header {
        font-weight: bold;
        font-size: 1.1rem;
        padding-bottom: 0px;
    }

    #company_profile .company-infor-details .section-header {
        border: 0px !important;
    }

    .location_map {
        /* width: 250px; */
        height: 250px;
    }

    .location_map iframe {
        width: 100%;
    }

    .history_header {
        font-weight: bold;
    }

    .history_details {
        padding-bottom: 5px
    }
}

/* Small devices (portrait tablets and large phones, 600px and down) */
@media only screen and (max-width: 768px) {
    #company_profile .company-infor-details .section-header {
        border: 0px !important;
    }

    .company-profile-details div {
        border: 0px !important;
    }

    #company_profile .company-infor-details .row {
        border: 1px solid #000000 !important;
    }

    #company_profile .company-infor-details .row.section-header {
        border: 0px !important;
    }

    #company_profile .company-infor-details .profile-details-header {
        font-weight: bold;
        font-size: 1.1rem;
        padding-bottom: 0px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .company-profile-header {
        font-size: 4rem;
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }

    #company_profile .company-infor-details .profile-details-header {
        color: #ffffff;
        background-color: #0A0D54;
    }

    #company_profile .company-infor-details {
        display: table;
        border-collapse: collapse;
    }

    #company_profile .company-infor-details .header-row {
        display: table-row;
    }

    #company_profile .company-infor-details .section-header {
        width: 300px;
        padding-left: 15px;
    } 

    #company_profile .company-infor-details .company-profile-details {
        display: table-row-group
        /* border: 1px solid #000000 !important; */
    }

    #company_profile .company-infor-details .company-profile-details .table-cell {
        display: table-cell;
        border: 1px solid #000000;
    }
}