html {
  box-sizing: border-box;
}

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

.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%;
}

.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;

  }
}

.textbox-3 {
    max-width: 100% !important;
}


	.textbox-3 {
    font-size: 1.25em;
    padding: 5%;
    background: #ebecee;
    border-radius: 5px 5px 0 0 !important;
}