section.sec2 {
    background: url(../assets/office-sec-bg.png);
    background-size: cover;
    background-position: top center;
    padding: 6rem 0;
}

.office-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    box-shadow: 1px 4px 13px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 1px 4px 13px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 4px 13px 2px rgba(0, 0, 0, 0.1);
	    margin-bottom: 2.5rem;
}

.office-img {
    position: relative;
}

.office-img img{
    margin:0;
}

.content-right > a {
    text-decoration: none;
}

img.map-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40%;
}

.content-left {
    flex: 0 0 40%;
}

li.loc-address {
    cursor: pointer;
}

.content-right {
    flex-grow: 1;
    padding: 4rem;
}

.office-item h3 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.office-item ul {
    list-style: none;
    padding-left: 2rem;
    margin: 0;
}

.office-item ul li {
    display: flex;
    align-items: center;
}
.office-item ul li a {
    text-decoration: none;
}

.office-item ul li img {
    margin-right: 1.5rem;
	    margin-left: 0;
}

.office-item ul li:not(:last-child) {
    margin-bottom: 1rem;
}


@media only screen and (max-width:1024px) {
	/* CSS rules here */
	
	.content-left {
    flex: 0 0 40%;
}

.content-right {
    flex: 0 0 60%;
}

.office-img {
}

.office-img {
    height: 100%;
}

.office-img img:first-child {
    /* aspect-ratio: 1; */
    object-fit: cover;
    height: 100%;
}

.office-item {
    align-items: stretch;
}
}

@media only screen and (max-width:768px) {
	/* CSS rules here */
}

@media only screen and (max-width:767px) {
	
	.content-left {
    flex: 0 0 100%;
}

.content-right {
    flex: 0 0 100%;
}

.office-img {
    border-radius: 20px;
    overflow: hidden;
}

.office-item h3 {
    font-size: 2.5rem;
}

.office-item ul li {
    font-size: 1.8rem;
}
	/* CSS rules here */
}

@media only screen and (max-width:640px) {
	/* CSS rules here */
}


