.sec-office{
	position: relative;
}
.office-img{
	margin-bottom: 1.5rem;
}
.office-img img{
	width: 14rem;
	height: 14rem;
	object-fit: cover;
}
.office-title{
	margin-bottom: 0.6rem;
}
.office-title *{
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 120%;
}
.office-info h6{
	color: #878787;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
	margin: 0 0 1.8rem;
}
.office-info li{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
.office-info li:last-child{
	margin-bottom: 0;
}
.office-info li a{
	display: inline-flex;
	align-items: center;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: 0.032rem;
}
.office-info li a:hover{
	color: #DD2B1C !important;
}
.office-icon{
	width: 2.1rem;
}
.office-icon img{
	max-width: 100%;
}
.office-info span{
	width: calc(100% - 2.1rem);
	padding-left: 1.5rem;
}
.office-info li:first-child span{
	text-decoration: underline;
}
.office-box{
	background: #F7F9FB;
	padding: 3rem;
}
.office-box h1,
.office-box h2,
.office-box h3,
.office-box h4,
.office-box h5,
.office-box h6{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.036rem;
	margin: 0 0 2rem;
	padding-right: 1rem;
}
.office-box p{
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: 0.032rem;
}
@media(min-width:1200px) and (max-width:1307.98px){
	.office-img img {
    	width: 13rem;
    	height: 13rem;
    }
    .office-box h1, .office-box h2, .office-box h3, .office-box h4, .office-box h5, .office-box h6 {
    	font-size: 1.7rem;
    	padding-right: 0;
	}
}
@media(min-width:992px) and (max-width:1199.98px){
	.office-img img {
    	width: 13rem;
    	height: 13rem;
    }
    .office-title * {
    	font-size: 2rem;
    }
    .office-info h6 {
    	font-size: 1.1rem;
    }
    .office-info li a {
    	font-size: 1.5rem;
    }
    .office-box h1, .office-box h2, .office-box h3, .office-box h4, .office-box h5, .office-box h6 {
    	font-size: 1.7rem;
    	padding-right: 0;
	}
	.office-box p {
    	font-size: 1.5rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
	.sec-office .col-lg-4{
		margin-top: 8rem;
	}
}
@media(max-width:767.98px){
	.sec-office .col-md-6 + .col-md-6{
		margin-top: 4rem;
	}
	.sec-office .col-lg-4{
		margin-top: 8rem;
	}
}