.whole-section {
    background: #fff;
}

.new-page-container .panel {
    border: none;
}


.blue_head_title {
    color: #2998c0;
    font-size: 36px;
}
.sub_text {
    font-size: 17px;
    margin-bottom: 10px;
}
.discovery-card {
    background-color: #f5f5f5;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 320px;
    max-height: 320px;
    margin-bottom: 25px;
}
.titleContainerdiscovery {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 !important;
    bottom: 0 !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    margin: 0 !important;
    padding: 8px 16px 14px !important;
    position: absolute !important;
    text-shadow: 0 2px 1em #000000 !important;
    width: 100% !important;
}

.half .discovery-card {
    height: 160px;
}

.columnn-foot {
    padding: 40px 30px 0px !important;
    min-height: 170px;
    max-height: 200px;
    border-left: 1px solid rgb(220, 224, 224) ! important;
}

.columnn-foot:first-child {
    border-left: 0px solid rgb(220, 224, 224) ! important;
}

.iconContainer {
    display: table;
    float: left;
    margin: 0 24px 0 auto;
}

.textContainer {
    display: table;
    margin: 0 auto;
    text-align: left;
}

.columnHeader {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
}

.content-font {
    font-size: 13px;
    font-weight: bold;
}

.content-font a {
    color: #006ce4;
}
