#office-removals{
    background-color: rgb(37,37,37);
    padding: 38px;
    }

    .office_removals_left h2{
        color: red;
        text-transform: uppercase;
    }


    .about_three{
        background-color: rgb(234,234,234);
        padding: 20px;
    }
    
    .about_three h2{
        color: rgb(221,39,38);
        font-weight: 600;
        text-align: center;
    }



    .office_removals_one_right h2{
        color: rgb(221,39,38);
        font-weight: 600;
        text-align: center;
    }
    /* ======================================
   House Removals Responsive CSS
====================================== */

.office_removals_left,
.office_removals_right,
.office_removals_one_left,
.office_removals_one_right{
    height:100%;
}

.office_removals_left h2,
.office_removals_one_right h2{
    line-height:1.3;
}

.office_removals_left p,
.office_removals_one_right p,
.about_three p{
    line-height:1.8;
}

.office_removals_right img,
.office_removals_one_left img{
    width:100%;
    border-radius:8px;
}

/* Tablet */
@media (max-width:991px){

    #office-removals{
        padding:30px 20px;
    }

    #office-removals h2{
        font-size:30px;
    }

    .office_removals_left{
        margin-bottom:30px;
    }

    .office_removals_one_left{
        margin-bottom:30px;
    }

    .office_removals_left h2,
    .office_removals_one_right h2,
    .about_three h2{
        font-size:28px;
    }
}

/* Mobile */
@media (max-width:767px){

    #office-removals{
        padding:25px 15px;
    }

    #office-removals h2{
        font-size:24px;
        line-height:1.4;
    }

    .office_removals_left h2,
    .office_removals_one_right h2,
    .about_three h2{
        font-size:22px;
        text-align:center !important;
    }

    .office_removals_left p,
    .office_removals_one_right p,
    .about_three p{
        font-size:15px;
        line-height:1.8;
        text-align:justify;
    }

    .about_three{
        padding:20px 15px;
    }

    .container.my-5,
    .container.mb-5{
        margin-top:2rem !important;
        margin-bottom:2rem !important;
    }
}

/* Small Mobile */
@media (max-width:480px){

    #office-removals{
        padding:20px 10px;
    }

    #office-removals h2{
        font-size:20px;
    }

    .office_removals_left h2,
    .office_removals_one_right h2,
    .about_three h2{
        font-size:20px;
    }

    .office_removals_left p,
    .office_removals_one_right p,
    .about_three p{
        font-size:14px;
    }
}
/* Areas We Serve */

.areas-we-serve{
    background:#f8f9fa;
}

.areas-we-serve h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

.areas-we-serve p{
    max-width:850px;
    margin:0 auto 20px;
    color:#666;
    line-height:1.8;
}

.areas-we-serve .row>div{
    margin-bottom:15px;
}

.areas-we-serve a{
    display:block;
    background:#fff;
    border:1px solid #e5e5e5;
    padding:14px 18px;
    text-decoration:none;
    color:#222;
    font-weight:600;
    border-radius:8px;
    transition:.3s;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.areas-we-serve a:hover{
    background:#e31e24;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:768px){

    .areas-we-serve h2{
        font-size:28px;
    }

    .areas-we-serve a{
        font-size:15px;
        padding:12px;
    }

}