@media (max-width: 1200px) {
  body{
    font-size: 16px;
    margin-bottom: 8px;
}
.section {
    padding: 4em 2em;
}
.header .header-main{
    width: 100%;
}
}
@media (max-width: 992px) {
  body{
    font-size: 16px;
}
.section {
    padding: 3em 1.5em;
}
}
@media (max-width: 768px) {
  body{
    font-size: 16px;
}
.section {
    padding: 2.5em 1.2em;
}
.beer-reveal>img:first-child{
    height: 100% !important;
}
.section .section-title{
    font-size: 1.75rem;
    /* margin-bottom: 15px; */
}
.doctor-info a h5{
    font-size: .75rem;
}
.mobile-header_left,
.mobile-header_right {
    flex: 0 0 50px; 
}
.mobile-header_left {
    justify-content: flex-start;
}
.mobile-header_right {
    display: flex;
    justify-content: flex-end;
}
.mobile-header_center {
    text-align: center;
    width: 130px;
}

}
@media (max-width: 576px) {
  body{
    font-size: 16px;
}
.section {
    padding: 2em 1em;
}
.header-contact{
    display: none;
}
.bottom-contact{
    display: none;
}
.services .item-name{
    font-size: .95rem;
    padding: .15rem;
}

}
@media (max-width: 400px) {
  body{
    font-size: 16px;
}
.section {
    padding: 1.5em 0.8em;
}
.about .about-description{
    padding-bottom: 0px;
}
.services .services-item{
    margin-bottom: 20px;
}
.header-contact{
    display: none;
}
.header .header-main{
    width: 100%;
}
.bottom-contact{
    display: none;
}
.section .section-title{
    font-size: 1.2rem;
}
.services .item-name{
    font-size: .5rem;
}
}