@media (max-width: 576px) {
    .cfe-container {
        width: 100% !important;
        margin-top: 10px;
    }

    .col.ws-responsive-col {
        width: 100% !important;
        flex: 0 0 auto;
    }

    .responsive-absolute-position {
        position: relative;
    }

    .project-header-start-date {
        right: 0;
    }

    .ruler-max-width {
        max-width: 70px !important;
    }
    .ruler-text-right{
        text-align: center;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 768px) {
    .col-4.cfe-container {
        width: 50% !important;
        margin-top: 10px;
    }

    .col-6.cfe-container {
        width: 50% !important;
        margin-top: 10px;
    }

    .col.ws-responsive-col {
        width: 50% !important;
        flex: 0 0 auto;
    }

    .responsive-absolute-position {
        position: relative;
    }

    .project-header-start-date {
        right: 0;
    }

    .ruler-max-width {
        max-width: 70px !important;
    }

    .ruler-text-right{
        text-align: center;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 992px) {
    .col-4.cfe-container {
        width: 50% !important;
        margin-top: 10px;
    }

    .col-6.cfe-container {
        width: 50% !important;
        margin-top: 10px;
    }

    .col.ws-responsive-col {
        width: 50% !important;
        flex: 0 0 auto;
    }

    .responsive-absolute-position {
        position: absolute;
    }

    .project-header-start-date {
        right: 20px;
    }

    .ruler-max-width {
        max-width: 70px !important;
    }

    .ruler-text-right{
        text-align: right;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .responsive-absolute-position {
        position: absolute;
    }

    .project-header-start-date {
        right: 20px;
    }

    .ruler-max-width {
        max-width: 70px !important;
    }

    .ruler-text-right{
        text-align: right;
    }

}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .ruler-max-width {
        max-width: 70px !important;
    }

    .ruler-text-right{
        text-align: right;
    }

}

img.tool-image-left-object {
    width: 20px;
    max-height: 100px;
}

@media (min-height: 100px) {

    .my-footer {
        position: relative;
        margin-top: 100px;
    }
}

@media (min-height: 800px) {
    .my-footer {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030
    }
}
