/*
Theme Name: LabtechCO Child theme
Theme URI: https://themeforest.net/user/themestek/portfolio
Version: 1.0.0
Template: labtechco
*/

.full-width {
 margin-top: 15px;
 margin-bottom: 15px;
 position: relative;
 width: calc(100vw - 10px);
 margin-left: calc(-50vw + 5px);
 left: 50%;
 padding: 60px 0;
}

.full-width h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
    padding: 0;
}

.full-width p {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.bbottom {
    border-bottom: 1px solid #d8d8d8;
    padding: 40px 15px;
}

.bbottom h3 {
	text-transform: uppercase;
}

.bbottom ul {
	list-style: none;
	padding: 0;
}

.bbottom li {
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
.bbottom .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
}