@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local(''), url(fonts/montserrat-v15-latin-300.woff2) format('woff2'), url(fonts/montserrat-v15-latin-300.woff) format('woff')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local(''), url(fonts/montserrat-v15-latin-regular.woff2) format('woff2'), url(fonts/montserrat-v15-latin-regular.woff) format('woff')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local(''), url(fonts/montserrat-v15-latin-500.woff2) format('woff2'), url(fonts/montserrat-v15-latin-500.woff) format('woff')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local(''), url(fonts/montserrat-v15-latin-600.woff2) format('woff2'), url(fonts/montserrat-v15-latin-600.woff) format('woff')
}

body {
    background-image: url(bg.png);
    background-size: cover;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
    height: 100%;
    margin: 0
}

.button,
.greentopr,
.topbar p,
h1 {
    font-weight: 600
}

.topbar p {
    font-size: 22px
}

.hero h2,
article h4 {
    font-weight: 300;
    text-transform: uppercase
}

.hero h1 {
    font-size: 35px;
    margin-bottom: .2em;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px #F0FFF2 ;
}

.hero h2 {
    font-size: 17px;
    letter-spacing: 4px
}
.alternating-list {
    text-align: start;
    list-style-type: none;
    padding-left: .5rem;
    font-size: 10px;
    width: 30%;
    margin-top: 0;
}

.alternating-list li:nth-child(odd) {
    background-color: #f2f2f2; 
    padding: .2rem;
}

.alternating-list li:nth-child(even) {
    background-color: #fff; 
    padding: .2rem;
}
.button,
.offer-tnc h4 {
    font-size: 14px;
    border-bottom: 0
}

.offer-tnc {
    text-align: center;
}

.offer-tnc p {
    font-size: 8px;
    flex: 1 1 auto
}

.divider {
    border-bottom: 1px solid #000
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.topbar {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-left: 3rem;
    border-bottom: 3px solid #000;
}
.topbar img{
    margin: .5rem;
}

.hero {
    background-size: cover;
    background-position-y: center;
    display: flex;
    align-items: center;
    width: 95%;
    padding: 1rem 0;
    margin: 0 30px;
    justify-content: space-between;

}

.text {
    text-align: center;
}
.content{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.oddsbox {
    width: 696px;
    max-width: 95vw;
    margin-top: -60px;
    background-color: #fff;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, .2)
}

.greentop {
    background-color: #47d16a;
    color: #fff;
    text-align: center;
    padding: 5px 0
}

.providers {
    width: 100%;
    display: flex;
    flex-direction: column;

}
.horizontal {
    flex-direction: row!important;
}
.row-column {
    flex-direction: column!important;
    gap: .4rem!important;
}
.row-column > * {
    width: 100%;
}

.provider-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 15px 0;
    margin: 0 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
    box-shadow:  #5DCF6C  -11px -11px 0px -3px, rgb(0, 0, 0) -10px -10px;
    margin-bottom: 2rem;
    flex:1 0;
}

.provider-row h4 {
    margin-top: 0
}

.provider-row:nth-child(2) {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3
}
.logo{
    width: 25%;
    flex-grow: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 70px;
    max-height: 70px;
    border-radius: 5px  ;
}

.logo > img {
    max-height: 50px;
}
.logo-horizontal{
    width: 100%;
  
}
a {
    color: #fff !important;
    text-decoration-line: none;
    width: 35%;
}

.button:hover {
    border: 1px solid #EF3131
}

.button {
    display: flex;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border-radius: 50px;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 600;
    box-sizing: border-box;
    background-color: #EF3131;
}

article {
    background-color: #fff;
    margin: 0 30px;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, .2);
    box-shadow:  #5DCF6C  -11px -11px 0px -3px, rgb(0, 0, 0) -10px -10px;
}

article>p {
    text-justify: justify;
}

footer {
    min-height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 5rem;
    border-top: 3px solid #000;
    align-items: center;
    background-color: white;

}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}
footer a {
    width: auto;

}
@media screen and (max-width:800px) {
    .content{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .topbar {
        padding-left: 0rem;
    }
    .hero{
        padding: 0;
        justify-content: center;
    }
    .hero h1 {
        font-size: 20px
    }

    .text {
        margin: unset;
        max-width: 95%;
        margin-top: -60px
    }

    .oddsbox {
        max-width: 100%
    }

   .horizontal {
        flex-direction: column!important;
    }
    .provider-row > * {
        width: 100%;
    }
.providers{
    flex-direction: column;
}
.hero-image{
    display: none;
}
 
.footer-logos {
    gap: 5px;
}
    .logo {
        order: -2;
    }

    .provider-row {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: unset;
        flex-direction: column;
        gap: 0.3;
    }

    article {
       margin-top: 2rem;
    }
}