#fd .py-2xs {
    padding-bottom: 0px;
    padding-top: 50px;
}

#sp-main-body {
    padding: 40px 0px 80px 0px;
}

#eb .eb-post-listing.is-column .eb-card {
    border-radius: 30px !important;
}

#eb .o-aspect-ratio>:first-child {
    border-radius: 30px 30px 0px 0px;
}

#eb .eb-card {
    box-shadow: none !important;
}

#eb .eb-card:after {
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px 5px #00000015 !important;
}

#eb .btn-default {
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    background-color: #73b857 !important;
    border: none !important;
    border-radius: 99px !important;
}

#eb .btn:hover {
    border: none !important;
    background-color: #0f2987 !important;
    color: #fff !important;
}

#eb .eb-card .eb-post-title a {
    color: #0f2987;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 20px !important;
}

#eb .reset-heading {
    font-size: 48px;
    text-transform: uppercase;
    color: #0f2987;
}

#eb h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #0f2987;
}

#fd .rounded-l-md {
    border-radius: 99px 0px 0px 99px;
}

#fd .rounded-r-md {
    border-radius: 0px 99px 99px 0px !important;
}

#fd .o-pagination {
    background-color: transparent;
}

#fd .text-gray-300 {
    color: #ffffff;
    background-color: #0f2987;
}

#fd .o-pagination__btn {
    border: none !important;
}

#fd .text-gray-500 {
    color: rgb(255 255 255);
    background-color: #73b857;
    font-weight: 900;
}

#fd .o-pagination__btn:hover {
    color: #ffffff !important;
    background-color: #0f2987 !important;
}


#eb hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid #0f2987;
}