.astx2{
    color: #e45025;
    font-size: 14pt;
}

h1{
    font-size: 34pt;
    margin-top: 2%;
    margin-bottom: 3%;
}

.m2k2m{
    font-size: 20pt;
    color: #e45025;
}


.include{
    font-size: 18pt;
    font-weight: 600;
}


.getEstimate{
    padding-top: 0.8%; 
    padding-bottom: 0.8%;
    padding-left: 2.5%; 
    padding-right: 2.5%;
    background-color: #1a60b8;
    color: white;
    border-top-left-radius: 40%;
    border-style: none;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    cursor: pointer;
}


.column {
  float: left;
  width: 33.33%;
    line-height: 150%;
}

.row{
    width: 60%;
    margin-left: 20%;
    background-color: #fff;
    padding: 3%;
    border: solid 2px; border-color: #e45025; 
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.bgImage{
    position: absolute;
    margin-left: -30%;
    margin-top: 12%;
    width: 25%;
    height: auto;
    z-index: -1;
    opacity: 0.1;
}



@media screen and (max-width: 500px){
    
h1{
    font-weight: 500;
}
    
.include{
    font-size: 6vw;
}

.column {
    float: left;
    width: 33.33%;
    line-height: 150%;
}

.row{
    width: 90%;
    margin-left: 5%;
    font-size: 3vw; 
}

.m2k2m{
    font-size: 6vw;
    
}
    
.getEstimate{
    padding-top: 3%; 
    padding-bottom: 2.6%;
    padding-left: 3.5%; 
    padding-right: 3.5%;
    border-top-left-radius: 20%;
    font-weight: 600;
    
}
    
} /*End of @media*/