@font-face {
    font-family: 'opensans';
    src: url('./fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('./fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('./fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'opensans';
    font-size: 16px;
    line-height: 1.5;
}

header {
    text-align: center;
    padding: 20px 0;
}

section {
    background: #f4f4f4;
    padding: 50px 0;
    color: #063E5A;
    font-weight: 700;
}
section > .container > .row > .col-md-4 {
	min-height: 600px;
	background: #fff;
	box-shadow: 1px 2px 7px #00000020;
	padding: 15px;
}
ul {
    padding-left: 0;
    list-style: none;
}

.box {
   
    padding: 15px;
}

.title {
    color: #000;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

.contact-details {
    margin-top: 2.5em;
}

footer {
    padding: 10px 0;
}

footer p {
    margin-bottom: 0;
}

.left {
    padding-right: 50px;
}

li {
    margin-bottom: 10px;
}

strong, b {
    font-weight: 900;
}

.left p {
    font-style: italic;
}

.contact-details p {
    font-style: normal;
}

img {
    max-width: 100%;
}

a, a:hover, a:active, a:focus {
    color: #0d72a5;
}

@media (max-width: 767px) {
    .box {
        min-height: auto;
    }
}