* {
    font-family: "Montserrat", sans-serif;
    color: #434343;
    --pink: #ed1969;
    --blue: #1c3a8e;
}
section {
	padding-top: 60px;
	padding-bottom: 60px;
}

/*About Us SECTION*/
.aboutus__title {
	font-size: 28px;
	font-weight: 700;
	color: var(--blue);
}
.aboutus__head {
	font-size: 16px;
	font-weight: 500;
}
.aboutus__paragraph {
	font-size: 16px;
	font-weight: 300;
}
.aboutus__separator {
	width: 100px;
	border-top: 1px solid var(--pink);
	margin-top: 20px;
	margin-bottom: 20px;
}

.aboutus__shapes {
	position: relative;
	text-align: center;
}
.aboutus__centeredtexts {
	font-size: 20px;
	font-weight: 700;
	color: var(--blue);
}
.aboutus__centeredtexts--center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.aboutus__shapes--left {
	position: relative;
	text-align: left;
}
.aboutus__centeredtexts--left {
	position: absolute;
	top: 35%;
	left: 5%;
	max-width: 130px;
}
.aboutus__shapes--right {
	top: -50px;
	position: relative;
	text-align: right;
}
.aboutus__centeredtexts--right {
	position: absolute;
	top: 35%;
	right: 10%;
	max-width: 130px;
}
.aboutus__shapes--last {
	top: -90px;
	position: relative;
	text-align: left;
}
.aboutus__centeredtexts--last {
	position: absolute;
	top: 35%;
	left: 15%;
	max-width: 130px;
}

/*End of About Us SECTION*/

/*Our Focus SECTION*/
.ourfocus__bg {
	background-color: #57c1e8;
}
.ourfocus__title {
	color: white;
	font-size: 28px;
	font-weight: 700;
}
.ourfocus__paragraph {
	color: white;
	font-size: 16px;
	font-weight: 500;
}
/*End of Our Focus SECTION*/

/*Our People SECTION*/
.ourpeople__title {
	font-size: 28px;
	font-weight: 700;
	color: var(--blue);
}
.ourpeople__subtitle {
	font-size: 18px;
	font-weight: 500;
}

.ourpeople__name {
	font-size: 20px;
	font-weight: 700;
	color: var(--blue);
}
.ourpeople__position {
	font-size: 16px;
	font-weight: 300;
}

/*Our Location SECTION*/
.ourlocation__image {
	position: relative;
	display: block;
}
.ourlocation__heartimage {
	left: 48%;
	top: 48%;
	position: absolute;
	background-color: inherit;
	margin-top: -25px;
	margin-left: -25px;
}
