.tc_bg {
    width: 40vw !important;
    background: url(../images/board1_body1.png) repeat-y;
    background-size: contain;
    height: auto;
    margin: auto;
    border-radius:30px;
    padding: 30px !important;
    position: relative;
    bottom: 60px;

}

.tc_logo {
    position: relative;
    left: 5%;
    z-index: 10 !important;
}

.tc_text {
    text-align: center;
}
.tc_bg h2{
    margin-top: 10px;
    }

@media screen and (max-width:1024px) {
    .tc_bg {
        width: 50vw !important;
        bottom: 60px;
    }

    .tc_logo {
        position: relative;
        z-index: 10;
        width: 630px;
    }

    .tc_text {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .tc_bg {
        width: 70vw !important;
        bottom: 60px;
    }

    .tc_logo {
        position: relative;
        left:7%;
        z-index: 10;
        width: 650px;
    }
    
    .tc_text {
        font-size: 16px;
    }

}

@media screen and (max-width:425px) {
    .tc_bg {
        width: 75vw !important;
        bottom: 50px;
    }

    .tc_logo {
        position: relative;
        left:3%;
        z-index: 10;
        width: 400px;
    }

    .close8{
        left: 70px;
    }
    .tc_bg h2{
        font-size: 20px;
    }

    .tc_text {
        font-size: 12px;
    }
}
@media screen and (min-width:320px) and (max-width:400px) {
    .tc_bg {
        width: 75vw !important;
        bottom: 50px;
    }

    .tc_logo {
        position: relative;
        left:3%;
        z-index: 10;
        width: 340px;
    }

    .close8{
        left: 70px;
    }
    .tc_bg h2{
        font-size: 20px;
    }

    .tc_text {
        font-size: 12px;
    }
}