.michroma-regular {
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nunito-sans {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.content {
    background-color: #000000;
    height: 900px;
    width: 1400px;
    margin: 0 auto;
}

.top-line {
    background-color: #000000;
    width: 100%;
    height: 35px;
}

.row {
    background-color: #000000;
    height: 865px;
    width: 1400px;
    display: flex;
}

.col-left {
    flex: 108;
    background-color: #000000;
    position: relative;
}

.col-left-img {

}

.col-left-top {
    position: absolute;
    background-color: #446874;
    color: #ffffff;
    padding: 10px;
    width: 1000px;
    text-align: center;
    text-transform: uppercase;
}

.col-left-buy {
    color: #ffffff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.col-left-buy a {
    display: block;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 60px;
    font-size: 30px;
    border: 5px solid #446874;
    border-radius: 20px;
    font-weight: 600;
}

.col-left-buy a:hover {
    display: block;
    background-color: #610101;
}

.col-right {
    flex: 32;
    background-color: #000000;
    color: #ffffff;
}

.col-right-play {
    width: 292px;
    margin: 10px 0;
    text-align: center;
}

.col-right-play a {
    display: block;
    background-color: #1eb705;
    color: #ffffff;
    text-decoration: none;
    padding: 6px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
}

.col-right-play a:hover {
    display: block;
    background-color: #610101;
}

.col-right-logo {
    text-align: center;
    padding-top: 20px;
}

.separator {
    height: 2px;
    background-color: #ffffff;
    width: 250px;
    margin: 10px 0px 10px 15px;
}

.col-right-content {
    border: 5px solid #446874;
    border-radius: 10px;
    width: 282px;
    height: 600px;
    text-align: center;
}

.col-right-content h3 {
    font-size: 18px;
    font-weight: 300;
}

.col-right-content h4 {
    font-size: 14px;
    font-weight: 300;
}

.col-right-content a {
    text-decoration: none;
    display: block;
    color: #ffffff;
}

.col-right-content a:hover {
    text-decoration: underline;
}

.col-right-content-items{
    height: 320px;

}

.row-item {
    width: 255px;
    display: flex;
    margin: 10px 0px 10px 15px;
    text-align: left;
    font-size: 12px;
}

.left-item {
    flex: 1;
}

.right-item {
    flex: 4;
}

.right-item p {
    padding: 5px 0 5px 15px;
    margin: 0;

}

.media a{
    display: inline-block;
    padding: 0 5px;
}
