section.sec2 {
    background: #fff;
    background-size: cover;
    background-position: top center;
    padding: 6rem 0;
}

.office-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
}

.office-img {
    position: relative;
}

.office-img img{
    margin:0;
}

img.map-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40%;
}

.content-left {
    flex: 0 0 50%;
}

img.building-img {
    width: 100%;
}

li.loc-address {
    cursor: pointer;
}

.content-right {
    flex:0 0 50%;
    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: flex-start;
    font-size: 25px;
    line-height:1.3em;
}
.office-item ul li a {
    text-decoration: none;
}

.office-item ul li img {
    margin-right: 1.5rem;
	    margin-left: 0;
	margin-right:2rem;
}

hr.row-divider {
    margin: 6rem 0;
}

.hero-btn-box {
    margin-top: 5rem;
}

section.sec3 {
    padding: 6rem 0;
    background:#FFF8F1;
}

ul.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.checklist li {
    background-image: url(/assets/circle-brown.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0 5px;
    padding-left: 4.4rem;
    margin-bottom: 1.5rem;
}

.mt-6 {
    margin-top:4rem;
}

section.sec2 li strong {
    text-decoration: underline;
}

.ctext-right {
    text-align:right;
}

.office-item ul li:not(:last-child) {
    margin-bottom: 2.5rem;
}


@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%;
}

.button-box {
    margin: 0 auto!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-6 {
    margin-top: 0!important;
}

.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 */
}


