* {box-sizing:border-box}

body {
    margin: 0; 
    font-family: 'Barlow', sans-serif;
    transform-origin: top;
}


h1,h2{font-weight: 800; }
h1 { 
    font-family:inherit;
    text-align: center;
    font-size: 7.5rem;
    margin-top: 3rem;
    color: #fdc743;
    font-family: 'Archivo Narrow', sans-serif !important;
}

.col1 h1 {
    color: #fff;
    text-shadow: 0px 0px 20px #000000b0;
    font-size: 4.5rem;
    font-weight: 700;
    text-align: left;
    padding-left: 4rem;
    font-family: 'Archivo Narrow', sans-serif !important;
}

h2 { 

    font-family: inherit;
    padding: 0 0 1.5rem;
    margin: 0;
    border-bottom: 2px solid;
    font-weight: 200;

}

h2 i {
 font-style: normal;
}

h3{
 text-align: center;
 text-transform: uppercase;
 margin: 3rem 2rem 1rem;
}

a {
    color: #b5b5b5;
}
.share-links .btn {
    background-color: #fdc743;
    color: #fff;
}

p, li {
    font-size: 16px;
}

.banner {
    text-align: center;
    margin: auto !important;
    display: block;
    max-width: 800px;
    width: 100%;
}
.banner img{
    width: 100%;
    display: block;
    max-width: 720px;
    margin: auto;
}


a.logo-link {
    margin: 3rem auto 0;
    width: 320px;
    display: block;
    padding: 0rem;
    border-radius: 15px;
}
a.logo-link img {
    width: 100%;
}

.page-wrap {
    overflow: hidden;
}

.intro ,.extro{
    text-align: center;
    max-width: 1100px;
    margin: 5rem auto;
    padding: 0 2rem;
    font-size: 20px;

}

.table-wrap{  max-width: 1280px; margin: auto;}
.table-wrap th {
    background: #fdc743;
    align-content: unset;
    vertical-align: middle !important;
    color: #fff;
}

table{
    font-size: 13px;
}

td{ text-align: center;}
td:nth-child(2){ text-align: left;}



.keys {
    max-width: 1300px;
    margin: 4rem auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.keys span {
    padding: 0.8rem 1.5rem;
    background: #e6e6e6;
    border-radius: 30px;
    color: #000;
    margin: 1rem;
    font-size: 16px;
}

.keys span img {
    width: 30px;
    margin-right: 6px;
}


.box {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: 0 7px 120px 10px rgb(0 0 0 / 15%);
    padding: 0;
    margin-bottom: 5rem !important;
}



.col1 {
    width: 28%;
    background-color: #000000;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.col2 {
    width: 8%;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fdc7434a;
}

.col3 {
    width: 64%;
    padding: 4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

span.num {
    background: #fdc743;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;

}

.wrap {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.wrap .col {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20%;
    justify-content: space-around;
    padding: 1rem 0.5rem;
    align-items: center;
}

.wrap .col span {
    display: block;
    min-height: 70px;
}

.wrap .col img{ 
    max-width: 70px;
    width: 100%;
}
.wrap .col i {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.wrap .col i.car {
    font-size: 14px;

}



div#Arkansas h2 i {
    display: none;
}



/* /////////////////////////// ////////////////////////////////////*/



@media screen and (max-width:1100px){
    .table-wrap {
        overflow: scroll;
        padding: 2rem;
    }
    h1 {
        font-size: 8rem;
    }

    .boxes-wrap {
        padding: 3rem;
    }
    .box {
        display: flex;
        flex-direction: column;
    }
    .col1 {
        width: 100%;
        height: 440px;
    }
    .col2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .col3 {
        width: 100%;
        padding: 3rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media screen and (max-width:960px){
    .col1 {
        width: 100%;
        height: 330px;
    }
 
}

@media screen and (max-width:580px){


    h1 {
        font-size: 3rem;
    }
    .col1 {
        width: 100%;
        height: 220px;
    }
    .col3 {
        width: 100%;
        padding: 2rem;
    }
    .col3 h2 {
        font-size: 26px;
    }

    .col.first img {
        margin-right: 10px;
    }
    .wrap {
        display: flex;
        flex-direction: row;
        font-size: 14px;
        text-align: center;
        width: 100%;
        position: relative;
        padding-top: 2rem;
    }
    .col.first {
        width: 100% !important;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        flex-direction: row;
        justify-content: flex-start;
    }
    .wrap .col {
        width: 20%;
    }
    .wrap .col i {
        font-size: 20px;
    }

}

@media screen and (max-width:321px){

}