/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

a:hover {
    text-decoration: none;
}


@font-face {
    font-family: 'Neue Kabel';
    font-weight: 400;
    src: url('../fonts/NeueKabel.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 500;
    src: url('../fonts/NeueKabel-Medium.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 700;
    src: url('../fonts/NeueKabel-Bold.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 800;
    src: url('../fonts/NeueKabel-ExtraBold.otf') format('OpenType');
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel';
    font-weight: 900;
    src: url('../fonts/NeueKabel-Black.otf') format('OpenType');
    font-display: swap;
}



/* bottom */

.blogposts-reviewed-bottom-section {
    padding-bottom: 100px;
}

.blogposts-reviewed-bottom-section .row {
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}


.blogposts-reviewed-bottom-section .blogposts-reviewed-bottom-title-wapper h2 {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #094454;
    margin: 0;
    padding-bottom: 64px;
    text-align: center;
}

.blogposts-reviewed-bottom-section .blogposts-reviewed-bottom-title-wapper h2 span {
    font-weight: 900;
}

.blogposts-reviewed-bottom-card-wapper .blogposts-reviewed-bottom-card-img img {
    width: 100%;
    max-height: 192px;
    object-fit: cover;
}

.blogposts-reviewed-bottom-card-wapper .blogposts-reviewed-bottom-card-inner p:first-child {
    margin: 0;
    padding: 24px 0 16px 0;
    line-height: 0;
}

.blogposts-reviewed-bottom-card-wapper .blogposts-reviewed-bottom-card-inner p a {
    font-family: 'Neue Kabel';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #094454;
    padding-bottom: 0px;
}
.blogposts-reviewed-bottom-card-wapper .blogposts-reviewed-bottom-card-inner {
    flex: 1;
    flex-direction: column;
    display: flex;
}
.blogposts-reviewed-bottom-card-wapper .blogposts-reviewed-bottom-card-inner p {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #222728;
    margin: 0;
    padding-bottom: 24px;
}

.blogposts-reviewed-bottom-card-wapper .blogposts-reviewed-bottom-card-inner .blogposts-read-more-btn {
    display: flex;
    margin-top: auto;
}

.blogposts-reviewed-bottom-card-wapper .blogposts-reviewed-bottom-card-inner .blogposts-read-more-btn a {
    background: #00A17B;
    border-radius: 10px;
    padding: 12px 34px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.blogposts-reviewed-bottom-card-wapper {
	margin-bottom: 0;
    height: 100%;
    flex-direction: column;
    display: flex;
}
.custom-pagination {
  text-align: center;
  margin-top: 96px;
}
.custom-pagination a  {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
}
.custom-pagination span
{
    border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
  background: #f5f5f5;
  text-decoration: none;
}

/* Blogposts Reviewed by Alicia section end */



@media (min-width: 1100px) {
    .container.w-1080{
        max-width: 1080px;
    }
}
@media (max-width: 767px) {

    /* Blogposts Reviewed by Alicia section start */

    .blogposts-reviewed-bottom-section .blogposts-reviewed-bottom-title-wapper h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 30px;
  }

    /* Blogposts Reviewed by Alicia section end */

}