html {
  box-sizing: border-box;
}

.mm{
     margin-top: -8%; 
    margin-bottom: -5%;
}

.offering .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 25px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 7px 10px 7px;
    color: #F5F6F8;
}

.offering .fa:hover {
    color: #3B434D;
}




.subareas {
  position: absolute;
  top:0;
  right: 0;

}



*, *:before, *:after {
  box-sizing: inherit;
}
body {
	margin: 0;
	background-color: #FFEEDD;
}


.row {
	display: flex;
	justify-content:space-around;

	max-width:1200px;
	margin:auto;
	
}
.w50 {
    flex: 0 0 52%;
    max-width: 600px;
 

}
.object-fit{
	overflow:visible;
	position:relative;
}
.object-fit img{
	position: absolute;
	top:50%;
	left:50%;
	height:auto;
	width:auto;
	min-width:100%;
	min-height:100%;
	transform:translate(-50%, -50%);

}
@supports (object-fit: cover) {
  .object-fit img  {
    position: static;
    height: 100%;
    width: 100%;
    transform: none;
    object-fit: cover;

  }
}




@media screen and (min-width:769px) {
	.object-fit{
	overflow:hidden !important;
}
}

.bore {
	overflow:hidden;
	margin-bottom: 5px;
}

.bore img {
	margin-left: 0px;position: 
	relative;transition-property: all;
	transition-duration: 1.6s; 
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

.bore:hover img {
	transform: scale(1.2) rotate(1.5deg);
}
