.about-sec2 {
    background-color: #2d3586;
}
.about-sec3 .head, .about-sec4 .head {
    color: #2d3586;
}
.about-sec3 img {
    margin: 0 20px;
}
.about-sec4 {
    background-image: url(../images/wood-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-sec4 .box {
    max-width: 290px;
}
.about-sec4 a.more {
    display: inline-block;
    color: #fff;
    width: 100%;
}
.about-sec4 a.more .text, .about-sec4 a.more:hover .text {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-sec4 a.more .text {
    background-color: #000;
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin: 15px 0 0 0;
}
.about-sec4 a.more:hover .text {
    background-color: #d22131;
}
.about-sec5 {
    background-color: #e5e4e4;
}
.about-sec5 .text, .directions a {
    display: inline-block;
}
.about-sec5 a {
    color: #fff;
    background-color: #d22131;
    padding: 12px 90px;
}
.about-sec5 a:hover {
    background-color: #000;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.about-sec3 img {
	    margin: 0 2%;
	    max-width: 20%;
	}
	.about-sec5 a {
	    padding: 12px 35px;
	}
}
@media screen and (max-width: 767px) {
	.about-sec5 a {
	    display: inline-block;
	}
}
@media screen and (max-width: 479px) {	
	.about-sec3 img {
	    margin: 4%;
	    max-width: 41%;
	}
}