@media only screen and (max-width: 600px) {



.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    /* background: yellow; */
    position: initial;
    top: 50%;
    left: 30%;
    /* width: 100%; */
    /* margin-right: -50%; */
	display: flex;
	width: 100%;
}

.media.service-box .pull-left {
    margin-right: 20px;
    width: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
	margin-top: 15px;
}


.navbar-brand>img {
    display: block;
    max-width: 100%;
}


.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 22px 15px 21px;
    max-width: 70%;
}

h2, .h2 {
    font-size: 30px;
	text-align: initial !important;
}


#cta2 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    max-width: 90%;
    word-break: break-word;
}



}