/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');


h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
a{
	text-decoration: none;
}
.mt-100{
    margin-top: 100px;
}

.mb-100{
    margin-bottom: 100px;
}

.logo {
	height: 50%;
	position: relative;
}

.custom-container {
    position: relative;
    width: 100%;
    height: 100%; /* Set your desired height */
  }
  
  .custom-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }

.title{
    height: 50%;
}
.title h2{
    font-size: 36px;
    font-weight: 600;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
	/* border: 1px solid; */
    position: relative;
}

.item {
	height: 300px;
	display: block;
	overflow: hidden;
	padding: 29px 0px;
    margin-top:60px;
}

.item .title h2{
	color: #545454;
	font-weight: 600;
}

.image-1 {
	position: absolute;
	transform: rotate(90deg);
	bottom: 210px;
	right: -202px;
	display: block;
}


.image-2 {
	position: absolute;
	left: 0;
	display: block;
}

.image-3 {
	position: absolute;
	top: 0;
	display: block;
	right: 0;
}


.image-4 {
	position: absolute;
	transform: rotate(90deg);
	top: 210px;
	left: -202px;
	display: block;
}


