html{
    height: 100%;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #ffffff;
    height: 100%;
}
.wrapper{
    background: url("../../img/contestlist/bg.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.block-wrapp{
    padding: 60px;
    background: #ffffff;
    margin: 70px auto;
}
.block-wrapp h2{
    font-size: 36px;
    line-height: 48px;
    color: #4A4A4A;
    margin-top: 20px;
    margin-bottom: 20px;
}
.block-wrapp h5{
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
}
.block-wrapp .card{
    text-align: center;
    border: 1px solid #e0dede;
    border-radius: 8px;
    overflow: hidden;
}
.block-wrapp .card-body{
    padding: 20px 20px 62px 20px;
    min-height: 150px;
    position: relative;
}
.block-wrapp .card img{
    width: 100%;
}
.block-wrapp .btn-primary{
    width: 100%;
    height: 42px;
    background: #4A90E2;
    padding: 0;
    display: flex;justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 42px;
    position: absolute;
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
    bottom: 20px;
    margin: auto;
}
.block-wrapp .btn-primary.green-btn{
    background: #35C6D3;
    border-color: #35C6D3;
}
.block-wrapp .logo-block{
    padding-bottom: 15px;
    border-bottom: 3px solid #4A90E2;
}
@media (max-width: 1300px) {
    .block-wrapp .content{
        max-width: calc(100% - 60px);
        padding: 70px 20px;
    }
}

@media (min-width: 1200px) {
    .block-wrapp .card {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px){
    .block-wrapp .card {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .block-wrapp .card {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .block-wrapp .card{
        margin-bottom: 20px;
    }
    .block-wrapp h2{
        margin-top: 10px;
    }
}
@media (max-width: 640px) {
    .block-wrapp h2{
        font-size: 24px;
        line-height: 36px;
    }
    .block-wrapp .btn-primary{
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .block-wrapp .logo-block img{
        width: 100%;
    }
    .block-wrapp .content{
        max-width: calc(100% - 20px);
        padding:  20px;
        margin: 10px auto;
    }
}

table {
    font-size: 14px;
    color: #333;
}

footer {
  text-align: center;
    color: #333;
    font-size:14px;
}