.logo-block {
    color: #726e6e;
    margin: 5px;
    padding: 5px;
}

.logo-wrapper {
    text-align: center;
}

.my-theses {
    text-align: center;
    clear: both;
    height: 1px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/

    .title {
        position: relative;
        /*height: 0;*/
        /*top: 1em;*/
        /*top: 15px;*/
        padding: 0 10px;
        background-color: white;
    }
}

.these-block {
    margin: 6px;
    padding: 6px;
    border: 1px solid #4350a4;
    border-radius: 5px;
    /*color: ;*/
}

.theses-block {
    /*margin: 5px;*/
    /*color: ;*/
}

.these-block:nth-of-type(odd) {
    background-color: #93c1dc;
}

.these-block:nth-of-type(even) {
    background-color: #a1c1d5;
}


/*.logo-block .logo {*/
/*    max-width: 200px;*/
/*    width: 100%;*/
/*}*/

@media (max-width: 600px) {
    .logo-block .logo {
        /*max-width: 200px;*/
        width: 100%;
        max-height: 200px;
    }

    .logo-block {
        border-bottom: 1px solid #726e6e;
    }
}

@media (min-width: 600px) {
    .these-block {
        width: 45%;
        height: 100%;
        display: inline-block;
    }

    .logo-block {
        float: left;
        border-right: 1px solid #726e6e;
    }

    .logo-block .logo {
        max-width: 200px;
        /*width: 100%;*/
    }
}
