body {
    background: url(../img/background.png) center top repeat-y;
}

.content {
    width: 1224px;
    margin: 0 auto;
    padding: 328px 0 50px;
    background: url(../img/header.jpg) center top no-repeat;
}

.play-now {
    display: block;
    width: 284px;
    height: 144px;
    margin: 0 auto;
    background: url(../img/play-now.png) center top no-repeat;
}

.play-now:hover {
    background-position-y: bottom;
}

.video {
    display: block;
    margin: 21px auto 0;
}

.gpbadge{
	width: 240px;
	height: 90px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.title {
    width: 734px;
    height: 174px;
    margin: 20px auto 0;
    background: url(../img/title.png) center top no-repeat;
    text-indent: -9999px;
}

p {
    width: 656px;
    margin: 20px auto 0;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #5c5c5c;
    line-height: 24px;
}

ul {
    width: 656px;
    margin: 20px auto 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #5c5c5c;
    line-height: 24px;
}

li {
    margin: 12px 0;
    padding-left: 28px;
    background: url(../img/marker.png) 0 8px no-repeat;
}

.footer {
    width: 1224px;
    margin: 0 auto;
    padding: 10px 0 70px;
    background: url(../img/footer.png) center bottom no-repeat;
}

a {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: black;
    line-height: 24px;
    text-decoration: none;
}

h2 {
   
    font-size: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #5c5c5c;
    text-align: center;
    margin-top: 60px;


}

.about {
    width: 734px;
    margin: 18px auto 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5c5c5c;
    line-height: 24px;
    text-align: left;
    padding: 0px 0 10px;

}

.row {
    display: flex;
    

}


.column {
    flex: 50%;
    padding: 10px;

}

p.feedback {
    width: 656px;
    margin: 20px auto 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #5c5c5c;
    line-height: 20px;
    text-align: center;
}

p.user {
    width: 656px;
    margin: 10px auto 0;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #8443d9;
    line-height: 22px;
    text-align: center;
}

table {
    width: 400px;
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px 0 10px;
    text-align: center;
    font-size: 20px;
}

td {
        font-size: 18px;
}