.read_more_link{
    background-color: #024768;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid #024768 2px;
    font-size: 20px;
    width: 100%;
    margin-top: 10px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.read_more_link:hover{
    background-color: #fff;
    color: #024768;
}
.service_heading{
    font-size: 26px;
    color: #024768;
}
.about_heading{
    font-size: 40px;
    font-weight: 600;
    color: #024768;
}
.about_desc{
    font-size: 17px;
    font-weight: 200;
    color: #424241;
}
.home_contact{
    background-color: #ffc925;
    margin-top: 40px;
    margin-bottom: 40px;
}
.home_contact_heading{
    font-size: 33px;
    font-weight: 600;
    color: #024768;
}
.home_contact_right{
    padding-left: 60px;
    padding-top: 60px;
}
.footer_text{
    color: #024768;
    font-size: 16px;
}
.footer_social{
    color: #024768;
    font-size: 40px;
    letter-spacing: 30px;
}
.footer_container {
    display: flex;
    align-items: stretch; /* ensures equal height */
}

.footer_tile_one,
.footer_tile_two {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    height: auto; /* allow height to grow based on content */
    display: flex;
    flex-direction: column; /* enables internal vertical alignment if needed */
}

.footer_tile_one {
    background-color: #f0efee;
}

.footer_tile_two {
    background-color: #d4d5d5;
}
.footer_heading{
    font-size: 40px;
    font-weight: 600;
    color: #024768;
}
.locations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.where_we_work {
  background-color: #024768;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  padding: 10px 15px;
  white-space: nowrap;
}
.general_construction_desc{
    font-size: 16px;
    font-weight: 100;
}
.general_construction{
    padding-top: 60px;
}
h1,h2,h3,h4,h5,h6{
    color:#024768;
}
.coating_tile{
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
            0 6px 20px rgba(0, 0, 0, 0.19);
            padding:0px;
}
.read_more_button{
    background-color: #024768;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
