body {
    height: 100vh;
    background: #eaeaea;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bg-gray {
    background: #eaeaea;
    height: 100vh;
    display: flex;
    align-items: center;
}

.text {
    background: #fff;
    padding: 50px;
    display: flex;
    align-items: center;
}

.text h1 {
    margin-top: 0;
    font-weight: 100;
    font-size: 40px;
}

.uppercase {
    text-transform: uppercase;
    font-weight: 500;
    color: #1c8591;
}

.image .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg-gray .image {
    padding: 0;
}

.row {
    display: flex;
}

p {
    font-size: 18px;
    font-weight: 300;
}

.link {
    color: #1c8591;
}

.link:hover {
    text-decoration: underline;
}

span.strong {
    font-weight: 600;
}

svg.bi-facebook {
   color: #3b5998;
	margin-right: 5px;
	margin-top: 2px;
}

svg.bi-instagram {
   color: #000000;
	 margin-top: 2px;
}