
.Bellnbone-Banner {float:left; width:100%;}
.Bellnbone-Banner img {display:block;}


.Bellnbone-info {
    background: #1dc8f4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.Bellnbone-info-col {
    max-width: 50%;
    flex: 0 0 50%;
}

.Bellnbone-info-content {
    padding: 12px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Bellnbone-info-image {
    width: 46%;
}

.Bellnbone-info-text {
    width: 54%;
    text-align: center;
    padding: 0 10px;
}

.Bellnbone-info-text strong {
    display: block;
    font-weight: 900;
    font-size: 16px;
    color: #003c4c;
    line-height: 18px;
    margin-bottom: 5px;
}

.Bellnbone-info-text p {
    font-size: 14px;
    color: #003c4c;
    font-weight: 500;
    margin: 0 0 0;
    line-height: 20px;
    margin-bottom: 14px;
}

.Bellnbone-info-text a {
    display: inline-block;
    padding: 4px 25px;
    background: #fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: #003a4a;
    border-radius: 30px;
}

.Bellnbone-about {
    padding: 40px 0 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Bellnbone-about-col {
    max-width: 25%;
    flex: 0 0 25%;
}

.Bellnbone-about-block {
    text-align: center;
    padding: 0 10px;
}

.Bellnbone-about-block img {
    display: block;
    margin: 0 auto 12px;
}

.Bellnbone-about-block strong {
    font-size: 18px;
    font-weight: 900;
    color: #003c4c;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    height: 48px;
}

.Bellnbone-about-block p {
    font-size: 16px;
    color: #003c4c;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
	text-align:center;
}

@media only screen and (max-width:800px),
(max-width:899px) {
    .Bellnbone-info-image {
        width: 45%;
    }
    .Bellnbone-info-text {
        width: 55%;
        padding: 0 5px;
    }
    .Bellnbone-info-text strong {
        font-size: 14px;
    }
	.Bellnbone-info-col {padding:0 10px;}
}

@media only screen and (max-width:720px),
(max-width:799px) {
    .Bellnbone-info-image {
        margin-bottom: 12px;
        order: 1;
    }
    .Bellnbone-info-text {
        order: 2;
    }
    .Bellnbone-info-image {
        width: 50%;
        text-align: center;
		margin:0 auto 10px;
    }
	.Bellnbone-info-text {
        width: 100%;
        text-align: center;
    }
    .Bellnbone-info-text strong br,
    .Bellnbone-info-text p br {
        display: none;
    }
    .Bellnbone-about-block strong {
        font-size: 16px;
        line-height: 18px;
        height: auto;
    }
    .Bellnbone-about-block strong br {
        display: none;
    }
    .Bellnbone-about-block p {
        font-size: 14px;
    }
    .Bellnbone-about-block img {
        width: 120px;
    }
    .Bellnbone-about {
        padding: 25px 0 25px;
    }
    .Bellnbone-info {
        padding: 0 10px;
    }
    .Bellnbone-info-text strong {
        height: 36px;
    }
}

@media only screen and (max-width:600px),
(max-width:699px) {
    .Bellnbone-info-text strong {
        height: 36px;
    }
    .Bellnbone-info-text p {
        margin-bottom: 14px;
    }
    .Bellnbone-about-col {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        margin-bottom: 15px;
    }
    .Bellnbone-about {
        padding: 25px 0 10px;
    }
    .Bellnbone-about-block strong {
        font-size: 15px;
    }
}

@media only screen and (max-width:500px),
(max-width:599px) {
    .Bellnbone-info-text p {
        height: 60px;
        font-size: 13px;
    }
}

@media only screen and (max-width:400px),
(max-width:499px) {
    .Bellnbone-info-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .Bellnbone-info-text p {
        height: auto;
        margin-bottom: 10px;
    }
    .Bellnbone-info-text strong {
        height: auto;
    }
    .Bellnbone-about-col {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:320px) {
    .Bellnbone-about-block img {
        width: 100px;
        margin: 0 auto 8px;
    }
    .Bellnbone-about-block strong {
        font-size: 14px;
    }
    .Bellnbone-about-block p {
        font-size: 13px;
    }
}