#company table {
    width: 100%;
    margin-bottom: 3rem;
    vertical-align: top;
}

#company table th,
#company table td {
    padding: 1rem;
    border-bottom: 1px solid #DDD;
}

#company table th {
    text-align: right;
    font-size: .8rem;
    font-weight: normal;
    color: #777;
    vertical-align: top;
    line-height: 1.7rem;
}

#company table td span {
    font-size: .8rem;
    color: #777;
    margin-right: 1rem;
}

#company iframe {
    margin-bottom: 3rem;
}

@media screen and (max-width:768px) {

    #company table th,
    #company table td {
        display: block;
        width: 100%;
    }

    #company table th {
        text-align: left;
        padding-bottom: 0;
        border: none;
    }
}

#office-img1 {
  display: flex;
  gap: 20px;
}

#office-img1 img {
  width: 50%;
  height: auto;
  object-fit: cover;
}