@media screen and (max-width: 575px) {
    .twosmall-row{
        display: flex;
        flex-direction: column;
        width: calc(100%);
    }

    .twosmall-row-item{
        text-decoration: none;
        color: black;
        font-size: 12pt;
    }

    .twosmall-row-item-bottom{
        border-bottom: 1px solid lightgray;
    }

    .twosmall-row-item:hover{
        color: darkslategrey;
    }

    .twosmall-row-container {
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
    }

    .twosmall-row-insert {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 576px) {
    .twosmall-row{
        display: flex;
        flex-direction: column;
        width: calc(100%);
    }

    .twosmall-row-item{
        text-decoration: none;
        color: black;
        font-size: 12pt;
    }

    .twosmall-row-item-bottom{
        border-bottom: 1px solid lightgray;
    }

    .twosmall-row-item:hover{
        color: darkslategrey;
    }

    .twosmall-row-container {
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
    }

    .twosmall-row-insert {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 640px) {
    .twosmall-row{
        display: flex;
        flex-direction: column;
        width: calc(100%);
        min-width: 550px;
    }

    .twosmall-row-item{
        text-decoration: none;
        color: black;
        font-size: 12pt;
    }

    .twosmall-row-item-bottom{
        border-bottom: 1px solid lightgray;
    }

    .twosmall-row-item:hover{
        color: darkslategrey;
    }

    .twosmall-row-container {
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
    }

    .twosmall-row-insert {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 992px) {
    .twosmall-row{
        display: flex;
        flex-direction: column;
        width: calc(80%);
        min-width: 550px;
    }

    .twosmall-row-item{
        text-decoration: none;
        color: black;
        font-size: 12pt;
    }

    .twosmall-row-item-bottom{
        border-bottom: 1px solid lightgray;
    }

    .twosmall-row-item:hover{
        color: darkslategrey;
    }

    .twosmall-row-container {
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
    }

    .twosmall-row-insert {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}