.board-container {
    margin-bottom: 40px;
}

.heading-big {
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.project-points li {
    margin-bottom: 15px;
    font-size: 15px;
}

.location-tab {
    float: left;
    width: 20%;
}

.single-location {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    background-position: center;
}

.location-txt {
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    padding-bottom:20px;
}

.location-tab-container {
    margin-top: 20px;
    border-bottom: 1px solid #000000;
}

.proj-heading{
    margin-top: 50px;
}
.tab-selection{
    text-align: center;
    height: 4px;
    background: black;
    width: 40px;
    left: 42%;
    position: relative;
}

@media screen and (min-width: 1024px ) {

    .pfm-manager-heading {
        font-size: 60px;
        font-weight: normal;
        margin: 0;
    }

    .pfm-txt-content {
        font-size: 20px;
        color: black;
        text-align: justify;
        float: left;

    }

    .single-solution {
        position: relative;
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .soln-img {
        width: 30%;
        height: 300px;
        float: left;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .soln-img-right {
        width: 30%;
        height: 400px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        float: right;
    }

    .upper-cap-right {
        height: 20px;
        width: 15%;
        background: #2c94c5;
        left: 10%;
        position: absolute;
        top: -20px;
    }

    .upper-cap-left {
        height: 20px;
        width: 15%;
        background: #2c94c5;
        right: 10%;
        position: absolute;
        top: -20px;
    }

    .left-number {
        width: 80px;
        height: 80px;
        background: #2c94c5;
        position: absolute;
        top: 330px;
        left: -20px;
    }

    .right-number {
        width: 80px;
        height: 80px;
        background: #2c94c5;
        position: absolute;
        top: 330px;
        right: -20px;
    }

    .number-txt {
        color: white;
        font-size: 40px;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .right-txt-div {
        padding: 0 20px 20px 0px;
        color: black;
        width: 67%;
        height: 350px;
        float: left;
        margin-left: 3%;
    }


    .left-txt-div {
        padding: 20px;
        right: 25%;
        top: 10px;
        position: absolute;
        background: #2c94c5;
        color: white;
        max-width: 50%;
        height: 350px;
    }

    .soln-head-txt {
        font-size: 25px;
        background: #14346f;
        color: white;
        padding: 5px 0 0px 10px;
    }

    .soln-head-desc {
        margin-top: 30px;
        font-size: 18px;
        text-align: justify;
    }

    .find-more-link {
        color: white;
        position: absolute;
        bottom: 10px;
        font-size: 30px
    }

    .find-more-link-container {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 1023px) {
    .pfm-manager-heading {
        font-size: 35px;
        font-weight: normal;
        margin: 0;
    }

    .pfm-txt-content {
        font-size: 20px;
        color: black;
        text-align: justify;
        float: left;

    }

    .single-solution {
        position: relative;
        margin-top: 30px;
        /*margin-bottom: 140px;*/
    }

    .soln-img {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .soln-img-right {
        width: 50%;
        height: 500px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        float: right;
    }

    .upper-cap-right {
        height: 20px;
        width: 15%;
        background: #2c94c5;
        left: 10%;
        position: absolute;
        top: -20px;
    }

    .upper-cap-left {
        height: 20px;
        width: 15%;
        background: #2c94c5;
        right: 10%;
        position: absolute;
        top: -20px;
    }

    .left-number {
        width: 60px;
        height: 60px;
        background: #2c94c5;
        position: absolute;
        top: 450px;
        left: -5px;
    }

    .right-number {
        width: 60px;
        height: 60px;
        background: #2c94c5;
        position: absolute;
        top: 450px;
        right: -5px;
    }

    .number-txt {
        color: white;
        font-size: 30px;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .right-txt-div {
        padding: 10px 0px 20px 0px;
        left: 20%;
        top: 10px;
        color: black;
    }

    .soln-head-txt {
        font-size: 25px;
        background: #14346f;
        color: white;
        padding: 5px 0 0px 10px;
    }

    .soln-head-desc {
        margin-top: 15px;
        font-size: 14px;
        text-align: justify;
    }

    .find-more-link {
        color: white;
        position: absolute;
        bottom: 10px;
        font-size: 25px;
    }

    .find-more-link-container {
        margin-top: 20px;
    }

    .project-points {
        margin: 0;
        padding: 0px 0 0 20px;
    }

    .project-points li {
        text-align: left;
    }

    .proj-heading {
        /*margin-top: 0 !important;*/
    }
    .single-location{
        background-size: contain;
    }
    .location-tab{
        width: 14%;
        margin: 3%;
        margin-bottom: 0;
    }
    .tab-selection{
        left: 21%;
    }
    .location-txt{
        font-size: 25px;
    }
}