﻿.takimcontainer {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 97%;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0;
    
}

.takimcolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 23%;
    min-width: 145px;
    max-width: 300px;
    height: auto;
    background-color: black;
    margin: 0.4rem;
}

.takim-group {
    margin-bottom: 0.5rem;
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.takim-label {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    color: white;
    width: 96%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.takimbox {
    width: 96%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    border: 1px solid black;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {

    .takimbox{
        font-size:13px;
    }
}
