
.container {
    max-width: 1150px;
    margin: auto;
}
body {
    font-family: 'Source Sans Pro';
    margin: 0;
    width: 100%;
}
header {
    display: flex;
}
a {
    text-decoration: none;
}
header .logo {
    margin: 24px;
}
header span {
    margin-left: 25px;
    align-self: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}
ul {
    list-style: none;
}
.main-image {
    background-color: #000000;
    padding: 160px 0px;
}
.main-image img {
    display: block;
    margin: auto;
}
img.play-your-best {
    margin-bottom: 60px;
}
@media(max-width: 768px) {
    img.badge-desktop {
        display: none;
    }
    section.main-image {
        padding: 80px 0px;
    }
    section.main-text {
        flex-direction: column;
    }
    section.main-text > div:first-of-type {
        margin-bottom: 64px;
    }
    .box {
        margin: auto;
    }
  }
@media(min-width: 768px) {
    img.badge-mobile {
        display: none;
    }
    section.main-text > div:first-of-type {
        margin-right: 150px;
    }
  }
  footer {
    border-top: 1px solid #CACACA;
  }
.copyright{
    margin: 24px;
}
p {
    margin: 0;
    margin-bottom: 12px;
}
.main-text {
    display: flex;
    padding: 90px 0px;
    justify-content: center;
}
.box {
    width: 235px;
}
.box a {
    color: #0375BA;
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
}
.more-information-text {
    margin-bottom: 12px;
}
.more-information-text p {
    font-size: 14px;
    line-height: 18px;
}
.additional-information-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}