.category-package {
    float:left;
    font-family: 'ProximaNova-Regular';
    color: #000;
    font-size: 18px;
    border-top: 3px solid #000;
    margin: 15px 0;
}

.category-package .col-sm-8,
.category-package h2 {
    /*padding-left:0;*/
}

/*.category-package .col-sm-4 {
    padding-right:0;
}*/

.category-package .col-sm-4 [class^="col"] {
    padding:0;
}

.category-package h2.section-heading {
    padding: 0px;
    margin:10px 0;
    color: #0133B3;
    font-family: "Merriweather", Helvetica, Arial, serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.39px;
    line-height: 28px;
}

.category-package h4,
.category-package h5 {
    font-family: "Merriweather", Helvetica, Arial, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: rgba(0, 0, 0, 1.0);
    text-align: left;
    line-height: 30px;
}

.category-package h5 {
    margin:10px 0 10px;
    line-height: 22px;
    font-size:18px;
}

.category-package hr {
    margin-bottom:0px;
}

.category-package small.source {
    font-size: 18px;
}

.category-package a.see-more-stories {
    font-size: 16px;
    color:#000;


    margin:13px 0;
    display:block;
}

.category-package .homeFeaturedDescription {
color: #333
    padding:0px 0px 10px;
        margin-bottom: 12px;
}

.category-package .col-sm-4 [class^="col"].bottom-border-4story {
    padding-bottom:22px;
}

.category-package .cca-tag {
    margin-top:10px;
}
.category-package .custom-row{
padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 767px) {
.border-top-4story
{
border-top: 1px solid;
    padding-top: 15px;
    margin-top: 15px;
    padding-right: 15px !important;
}
.row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
  .iconshowhide{
    display: block;
    float: right;
  }
}
.category-package .see-more-stories .seeMoreArrow {
    width: 15px !important;
    margin: 3px 0 6px 10px;
}
.row.last-category-package {
    margin-bottom: 20px;
}
.category-package .bottom-border-4story .row.custom-row {
    margin-right: -10px;
    margin-left: -12px;
}
@media (min-width: 768px) {
    .category-package .col-lg-8 .section-heading+a {
        max-height: 372px;
        max-width: 615px;
        display: inline-block;
        overflow: hidden;
    }
    .category-package .col-lg-8 .section-heading+a > img {
        width: 100% !important;max-width: 615px;
    }
}