.tablink.active {
    background: #34657f;
    border-color: #34657f!important;
    color: #fff;
}
@media screen and (min-width: 500px) {
    .tablink {
        font-size: 20px;
    }
}
.tablink {
    background: 0 0;
    color: #24272a;
    width: 100%;
    border: 1px solid #d3d1d3!important;
    font-weight: 700;
    border-bottom: 0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
    transition: all .2s;

    padding: 15px 30px 14px;
   
    display: inline-block;
    line-height: 1;
}
@media screen and (min-width: 1024px) {
    .tablink {
        width: 31rem;
    }
}

.tabcontent div.shown {
    display: flex;
    justify-content: center;
    padding: 1rem;
    background-color: #fff;
}
.tabcontent div {
    display: none;
    transition: all .3s;
}

.tabcontent-wrap {
    background: #34657f;
    padding: 10px;
    /* margin-bottom:2rem; */
    max-width:1024px;
    margin: 0 auto 2rem auto;
}

.tab {
    display:flex;
    margin: 2rem auto 0 auto;
    max-width:1024px;
    align-items:center;
    justify-content: space-between;
}

.sr-only 
{
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}