﻿body {
    margin-bottom: 60px !important;
    /* background: #f3f3f3; */
    background: #455660;
    overflow-x: hidden;
    font-family: Monseratt !important;
    /* background: url(../files/imgs/bg-logo.jpg); */
    background-image: url(/files/imgs/tiled-bg.png);
    background-size: 1350px;
    background-repeat: repeat;
    background-attachment: fixed;
}

main {
    background: white;
    padding:25px;
    border-radius: 10px;
    max-width: 90vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 50%;*/
}

.tcs-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px;
}

.tcs-img {
    height: 150px;
}

@media all and (min-width: 1280px) {
    main {
        background: white;
        padding: 25px;
        border-radius: 10px;
        max-width: 1000px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tcs-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 25px;
    }

    .tcs-img {
        height: 200px;
    }
}




ol > li::marker {
    content: counters(list-item, '.') '. ';
}

.tc-container{
    display:flex;
    flex-direction:column;
}   
p{
    margin-bottom:0.5rem;
}

li{
    margin-bottom:1.25rem;
}

