.blog-thumb-wrapper {
    position: relative;
  }
  
  .blog-thumb-bg{
    background-color: #D4A055; /* your accent color */
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .blog-thumb-bg.single{
    
    top: -25px;
    left: -25px;
  }
  .blog-thumb-img {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }


  .btn-outline-primary.btn-sm {
    font-weight: 700;
    font-size: 15px;
    line-height: 34px;
    padding: 0px 25px;
}  .btn-outline-primary.btn-sm:hover {
    font-weight: 700;
    font-size: 15px;
    line-height: 34px;
    padding: 0px 35px;
}
.btn-outline-primary.btn-sm::after {
    display:none;
}

.sub-date{
    font-family: "Inter";
    font-style: normal;
}

.core-values {
    min-height: 121px;
    background: #ffffff;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.35);
    display: flex;
    border-left: 12px solid #bd8b3d;
    margin-bottom: 1.5rem;
}

.core-values .title {
    min-width: 281px;
    padding: 10px 25px;
    background: #040f25;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}

.core-values .desc {
    display: flex;
    padding: 0 50px;
    align-items: center;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #040f25;
}

.navbar .navbar-nav {
    -moz-column-gap: 1.4em !important;
    column-gap: 1.4em !important;
}

.core{
  position:relative;
}

.core::after{
  content: "";
    pointer-events: none;
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 415px;
    background: linear-gradient(180deg, rgba(177, 130, 58, 0) 0%, rgba(177, 130, 58, 0.15) 100%);
    z-index: -1 !important;
}