.business-img-wrapper {
    border-radius: 0px;
    position: relative;
    /* height: 450px; */
    border-radius: 13px 13px 10px 10px;
    box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 60%);
    -webkit-box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 14%);
    -moz-box-shadow: 1px 1px 8px 0px rgba(59, 49, 49, 0.6);
}
.heading-business-wrapper {
    padding: 0px 20px;
    height: 160px;
    bottom: 0;
    background: #01483e;
    border-radius: 0px 0 10px 10px;
}
.heading-business-wrapper h5 {
    color: #fff;
    padding: 20px 0 5px 0;
}
.heading-business-wrapper p {
    color: #fff;
    padding: 0px 0 23px 0;
    margin: 0;
    line-height: 1.5;
}
.business-img-wrapper img {
    height: 230px;
    width: 100%;
    object-fit: fill;
    border-radius: 10px 10px 0px 0px;
}
section.business-section {
    padding: 30px 0 0px 0;
}
/* trademark */
.trade-headind {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.trade-headind h6 {
    font-size: 15px;
    color: #fff;
    font-family: "poppins-regular";
    width: 91px;
}
.trade-headind h5 {
    padding: 0;
}
.trade-headind h5 {
    padding: 0;
    font-size: 17px;
    height: 50px;
}
.heading-business-wrapper.tradeshow-wrapper p::-webkit-scrollbar {
    width: 10px;
}

.heading-business-wrapper.tradeshow-wrapper p::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.heading-business-wrapper.tradeshow-wrapper p::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2a8173;
}
.heading-business-wrapper.tradeshow-wrapper p {
    overflow-y: hidden;
    height: 90px;
    transition: all 1s ease-in-out;
}
.addclasshieght {
    height: unset !important;
    transition: all 0.5s ease-in-out;
}
.heading-business-wrapper.tradeshow-wrapper {
    position: initial !important;
    padding: 13px 20px;
    height: unset;
}
section.business-section.Tradeshow {
    padding-bottom: 120px;
}
section.straight-true-magazine {
    padding: 47px 0 80px 0;
}
.all-main-heading-website.tradeshow.text-center h1 {
    font-size: 38px;
}
.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
.pagination-wrapper li.page-item {
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.pagination-wrapper li.page-item a {
    background: #f6fffe;
    border-radius: 10px !important;
    box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 60%);
    -webkit-box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 14%);
    -moz-box-shadow: 1px 1px 8px 0px rgba(59, 49, 49, 0.6);
    color: #2d2d2d;
    font-family: "poppins-medium";
    font-size: 18px;
    padding: 5px 16px;
}
.pagination-wrapper .page-item:first-child .page-link {
    border-radius: 0px;
}
.pagination-wrapper .page-item:last-child .page-link {
    border-radius: 0px;
}
.pagination-wrapper li.page-item {
    margin: 0px 5px;
}
.pagination-wrapper li.page-item a span i {
    font-size: 19px;
    color: #2d2d2d;
}
a.page-link.active {
    background: #025043 !important;
    color: #fff !important;
}

@media (max-width: 1367px) {
    h5 {
        font-size: 18px;
    }
}
@media (max-width: 912px) {
    .business-img-wrapper {
        margin-top: 30px;
    }
    .business-img-wrapper img {
        object-fit: cover;
    }
    h5 {
        font-family: var(--bold-font-family);
        font-size: 17px;
        line-height: 1.2;
        color: var(--heading-color);
    }
    .heading-business-wrapper {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .business-img-wrapper {
        margin-top: 30px;
    }
    section.business-section {
        padding: 20px 0 0px 0;
    }
    .business-img-wrapper img {
        height: 177px;
        object-fit: fill;
    }
    h1 {
        font-size: 31px;
    }
    .heading-business-wrapper {
        height: 180px;
    }
}
