.activityTypeOne {
    width: 980px;
    margin: 0 auto;
    margin-top: 100px;
    height: 520px;
}
.activityTypeOne img {
    float: left;
    margin-right: 30px;
}
.activityTypeOne h1 {
    margin-left: 680px;
}
.activityTypeOne p {
    margin-top: 30px;
    line-height: 22px;
}
.backGrey {
    width: 100%;
    height: 695px;
    background-color: #f5f5f5;
    margin-top: 80px;
}
.activityTypeTwo {
    width: 980px;
    margin: 0 auto;
    padding-top: 80px;
    height: 520px;
}
.activityTypeTwo img {
    float: right;
    margin-left: 30px;
}
.activityTypeTwo p {
    margin-top: 30px;
    line-height: 22px;
}

.activityTypeOne a:hover img{
    opacity: 0.3;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.activityTypeTwo a:hover img{
    opacity: 0.3;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
