.greenGradient {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.greenGradientBG {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
}
.borderG {
    border: 1px solid #23915a !important;
}
.greedColor {
    color: #23915a;
}
.progConHead {
    align-items: flex-start !important;
}
.bannerSection {
    background-image: url("../images/progBG.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.pgMod {
    position: absolute;
    bottom: 0;
    right: 15%;
    height: 90%;
}
.searchBox {
    position: absolute;
    bottom: -27px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #a41a1f;
    border-radius: 30px;
    height: 60px;
    overflow: hidden;
    padding: 0rem 2rem;
    background-color: #ffffff;
    width: 95%;
    max-width: 630px;
    z-index: 100;
    position: relative;
    overflow: visible !important;
}
.search-bar i {
    font-size: 24px;
    color: #000000;
}
.search-bar input {
    border: none;
    background: none;
    font-size: 16px;
    width: 100%;
    z-index: 1;
    color: #fff;
}
.search-bar input:focus {
    outline: none;
    box-shadow: none;
    background: none;
}
.search-bar input::placeholder {
    color: #8a8a8a;
}
.suggestion-box {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.suggestion-box .suggestion-item {
    font-family: "Inter", sans-serif;
    padding: 0.7rem 1.5rem;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #021e48;
}

.suggestion-box .suggestion-item:hover {
    background-color: #f2f2f2;
}
/* --------------- */
.filterBoxMobile {
    display: none;
}
/* -------------------------------- */
.listingContainer {
    width: 100%;
    margin: 2rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
/* ------------------ */
.filter-sidebar {
    max-width: 420px;
    width: 80%;
    padding: 20px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
    /* background-color: #f1f1f1; */
    display: block;
}
/* ================= */
.filteredHead {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 15px;
}
.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: calc(100% - 145px);
}
.filter-tag {
    background: #fff;
    border: 1px solid #555555;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
    cursor: pointer;
}
.filter-tag:hover {
    background-color: #000;
    color: #ffffff;
    transition: 0.3s;
}
.filter-tag:hover i {
    color: #fff;
}

.filter-tag button {
    border: none;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
}

.remove-filter img {
    height: 14px;
}
.removeFilterBtn {
    max-width: 145px;
    text-align: right;
    border-bottom: 1px solid #000;
    transition: 0.3s;
    height: 25px;
}
.removeFilterBtn:hover {
    font-weight: 600;
    color: #000;
    transition: 0.3s;
}
.filteredHead {
    margin-bottom: 25px;
}

/* ======================= */
.filter-sidebar .accordion-button {
    color: #000000 !important;
    margin-bottom: 16px;
}
.filter-sidebar .accordion-button::after {
    transform: rotate(0deg);
    transition: transform 0.2s ease;
    margin-left: auto;
    color: #000000 !important;
}
.accordion-button.collapsed::after {
    transform: rotate(0deg);
}
.accordion-item {
    border: none !important;
    /* background: none !important; */
    border-bottom: 1px solid #dee2e6;
}
.accordion-body {
    border-top: none !important;
}
.filter-section .form-check {
    margin-bottom: 0.7rem;
}
.form-check-input {
    height: 18px;
    width: 18px;
    border-radius: 2px !important;
}
.form-check-input:checked {
    background-color: #a41a1f !important;
    border-color: #a41a1f !important;
}
.form-check-label {
    font-size: 16px !important;
    font-weight: 400;
    cursor: pointer;
    color: #333333 !important;
    font-family: "Inter", sans-serif !important;
}
.form-check-label:hover {
    color: #23915a !important;
}
.form-check-input:checked + .form-check-label {
    font-weight: 500;
    color: #000000 !important;
}

.search-box input {
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding-right: 36px;
    font-family: "Inter", sans-serif !important;
    height: 45px;
}
.search-box input:focus {
    box-shadow: none;
    border-color: #0071bc;
}
.search-box .search-icon {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #23915a;
    top: 50%;
    transform: translateY(-50%);
}
input[type="range"]::-webkit-slider-thumb {
    background: #23915a !important;
    width: 20px;
    height: 20px;
    margin-top: -6px;
}
input[type="range"]::-webkit-slider-runnable-track {
    background: #23915a;
}
input[type="range"]:focus {
    outline: none;
}
.clear-filter-btn {
    background-color: #fff;
    border-radius: 30px;
    padding: 6px 16px;
    border: none;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
}
/* ------ */
.listItems {
    width: calc(100% - 450px);
}
.custom-dropdownBox {
    width: 240px;
    border-radius: 4px;
    border: 1px solid #23915a;
    font-size: 16px;
    height: 40px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
}
.custom-dropdownBox .filterDropdown {
    width: 100%;
    padding-left: 1.8rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 4px;
    height: 100%;
    font-family: "Inter", sans-serif;
}
.custom-dropdownBox .mapIcon {
    position: absolute;
    top: 25% !important;
    left: 10px;
    pointer-events: none;
    font-size: 20px;
    color: #333;
}
.custom-dropdownBox .dropmenu {
    position: absolute;
    top: 25% !important;
    right: 10px;
    pointer-events: none;
    font-size: 18px;
    color: #333;
}
.filterDropdown:hover,
.filterDropdown:focus {
    border-color: none;
    outline: none;
}
.custom-dropdownBox:hover {
    border-color: #021e48;
}
/* ----------------- */

.program-card {
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #d8d8d8;
}
.programHead {
    width: 100%;
    padding: 0 1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.programHead .pgTitel {
    font-size: 20px;
}
.hrItem {
    margin: 10px 0 16px 0;
}
.progImg {
    /* height: 28px; */
    width: 28px;
}
.bookmarkBtn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #b4b4b4;
}
/* .bookmarkBtn:hover {
    background-color: #021e48;
    color: #fff;
    transition: 0.3s;
} */
.bookmarkBtn i {
    font-size: 22px;
}
.btnBoxS {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.detailsBtn,
.compareBtn {
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.compareBtn {
    border: 1px solid #d8d8d8;
}
.compareBtn {
    background: #ffffff;
    color: #23915a;
}
.detailsBtn {
    margin-bottom: 0.3rem;
    color: #fff;
    border: 1px solid #23915a;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
}
.compareBtn:hover {
    color: #fff;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    transition: 0.3s;
}
.detailsBtn:hover {
    background: #ffffff;
    color: #23915a;
    transition: 0.3s;
}
.cardFooter {
    margin: 0;
    padding: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #ebeff6; */
    border-top: 1px solid #d8d8d8;
}
.studentBox {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: calc(100% - 40px);
}
/* -------------------- */
.popular-programs-box {
    background-image: url("../images/program-BG.webp");
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    padding: 2rem !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.program-tag {
    background: #ffffff1a;
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid #555555;
    white-space: nowrap;
    display: inline-block;
    border-radius: 8px;
    transition: 0.3s;
}
.program-tag:hover {
    transition: 0.3s;
    background-color: #ffffff;
    color: #000;
}
.popular-programs-box .compareBtn {
    height: 50px;
}
/* --------------------- */
.pagination-container {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.listingContainer .BtnBoxSlider {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.listingContainer .BtnBoxSlider .arroeIcon {
    height: 80px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(41%) sepia(24%) saturate(729%)
        hue-rotate(93deg) brightness(92%) contrast(91%);
    transition: 0.3s;
}
.BtnBoxSlider .arroeIcon:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.listingContainer .countBox {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #555555;
}
/* ============= */
.popular-programs-box2 {
    border-radius: 12px;
    background: #000;
    padding: 30px 20px;
}

/* ------------- */
.helpConatiner {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #003f54 0%, #021b47 100%);
    border-radius: 15px;
}
.link:hover {
    color: #fff;
}
.formBox {
    width: calc(100% - 4rem);
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formBox input,
.formBox select {
    width: 33%;
    border-radius: 0;
    height: 40px;
    font-family: "Inter", sans-serif;
}
.formBox input:focus,
.formBox select:focus {
    box-shadow: none;
}

/* ============== */
.filterBtn {
    display: none;
}
.redirection {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 16px;
    border-bottom: 2px solid #999;
}
.redirection a:hover {
    color: #23915a;
}
@media only screen and (min-width: 3501px) {
    .bannerSection {
        height: 650px;
    }
    .scrollable-filter {
        max-height: 300px;
    }
    .form-check-label {
        font-size: 28px !important;
    }
    .listingContainer .countBox {
        width: 94px;
        height: 94px;
    }
    .filter-sidebar .accordion-button {
        font-size: 28px !important;
    }
    .bannerSection .titel48 {
        font-size: 112px;
    }
    .bannerSection .titel64 {
        font-size: 130px;
    }
    .bannerSection .titel18 {
        font-size: 40px;
    }
    .filter-tags {
        width: calc(100% - 345px);
    }
    .removeFilterBtn {
        max-width: 100%;
    }
    .filter-sidebar {
        max-width: 550px;
    }
    .listItems {
        width: calc(100% - 600px);
    }
    .filter-tag {
        font-size: 26px;
    }
    .search-box input {
        height: 60px;
        font-size: 24px;
    }
    .detailsBtn,
    .compareBtn {
        width: 340px;
        height: 60px;
        font-size: 28px;
    }
    .popular-programs-box {
        padding: 50px !important;
    }
    .progImg {
        width: 57px;
        margin: 0 10px 0 0px;
    }
    .form-check .form-check-input {
        width: 18px;
        height: 18px;
        margin-top: 10px;
    }
    .custom-dropdownBox {
        height: 55px;
        width: 350px;
    }
    .custom-dropdownBox .mapIcon {
        font-size: 30px;
    }
    .custom-dropdownBox .filterDropdown {
        font-size: 30px;
        margin-left: 21px;
    }
    .filter-sidebar .filter-header h5 {
        font-size: 40px;
    }
    .filter-sidebar .titel14 {
        font-size: 35px;
    }
    .student {
        width: 57px;
    }
    .program-card h6.titel14 {
        font-size: 34px;
    }
    .studentBox .titel16 {
        font-size: 38px;
    }
    .pagination-container .titel18 {
        font-size: 30px;
    }
    .cardFooter img {
        width: 60px;
    }
}

@media only screen and (min-width: 2701px) and (max-width: 3500px) {
    .bannerSection {
        height: 530px;
    }
    .scrollable-filter {
        max-height: 290px;
    }
    .form-check-label {
        font-size: 22px !important;
    }
    .listingContainer .countBox {
        width: 81px;
        height: 81px;
    }
    .custom-dropdownBox .filterDropdown {
        font-size: 18px;
    }
    .filter-sidebar .accordion-button {
        font-size: 24px !important;
    }
    .filter-tags {
        width: calc(100% - 345px);
    }
    .removeFilterBtn {
        max-width: 100%;
    }
    .filter-sidebar {
        max-width: 550px;
    }
    .listItems {
        width: calc(100% - 600px);
    }
    .filter-tag {
        font-size: 26px;
    }
    .form-check .form-check-input {
        width: 18px;
        height: 18px;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 2200px) and (max-width: 2700px) {
    .bannerSection {
        height: 480px;
    }
    .scrollable-filter {
        max-height: 290px;
    }
    .form-check-label {
        font-size: 20px !important;
    }
    .listingContainer .countBox {
        width: 81px;
        height: 81px;
    }
    .custom-dropdownBox .filterDropdown {
        font-size: 18px;
    }
    .filter-sidebar .accordion-button {
        font-size: 24px !important;
    }
    .filter-tags {
        width: calc(100% - 300px);
    }
    .removeFilterBtn {
        max-width: 100%;
    }
}

/* -------------- */
@media screen and (max-width: 1440px) {
    .filter-sidebar {
        max-width: 350px;
    }
    .listItems {
        width: calc(100% - 370px);
    }
}
@media screen and (max-width: 1280px) {
    .filter-sidebar {
        max-width: 280px;
        padding: 0;
    }
    .listItems {
        width: calc(100% - 300px);
    }
    .detailsBtn,
    .compareBtn {
        width: 180px;
        /* height: 40px; */
    }
    .popular-programs-box .compareBtn {
        width: 200px;
    }
    .helpConatiner .detailsBtn {
        width: 200px;
    }
    h5.titel32 {
        font-size: 28px !important;
    }
    .helpConatiner {
        padding: 2rem 1.5rem;
    }
    .formBox {
        width: calc(100% - 2rem);
    }
    .formBox {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .formBox input,
    .formBox select {
        width: calc(50% - 1rem);
    }
    .pgMod {
        right: 10%;
    }
    .popular-programs-box {
    gap: 30px;
    }
    .popular-programs-box h6.titel20 br{
        display: none;
    }
}
@media screen and (max-width: 1080px) {
    .custom-dropdownBox {
        width: 210px;
        height: 42px;
    }
    .popular-programs-box h5.titel24,
    .popular-programs-box2 h5.titel24 {
        font-size: 24px;
    }
    .detailsBtn,
    .compareBtn {
        font-size: 14px;
        width: 160px;
    }
    .progImg {
        width: 26px;
    }
    .pgMod {
        right: 5%;
    }
}
@media screen and (max-width: 991px) {
    .filter-header,
    .filter-tags {
        width: calc(100% - 150px);
    }
    .removeFilterBtn {
        width: 150px;
    }
    .bannerSection {
        /* background-position: center; */
        height: 250px;
    }
    .pgMod {
        right: 2%;
    }
    .filter-sidebar hr {
        display: none;
    }
    .listingContainer {
        flex-direction: column;
    }
    .btnFilter {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btnFilter i {
        font-size: 24px;
    }
    .listItems {
        width: 100%;
    }
    .customContainer.flex-column.my-5 {
        margin: 2rem 0 !important;
    }
    .pagination-container {
        padding: 0;
    }
    .formBox input,
    .formBox select {
        width: calc(33.3% - 1rem);
    }
    /* --------------- */
    .listingContainer {
        margin: 0 0 1rem 0;
    }
    .filter-header {
        display: none;
    }

    .filter-sidebar {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 1rem;
        border-radius: 0;
        position: sticky;
        top: 85px;
        background-color: #fff;
        z-index: 10;
        border-bottom: 1px solid #b4b4b4;
        border-radius: 0;
    }
    .accordion.accordionLg {
        margin-top: 20px;
        padding-bottom: 10px;
        align-items: flex-start;
        gap: 8px;
        display: flex !important;
        overflow-x: auto !important;
    }
    .filterBtn {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 4px;
        width: auto;
        border: 1px solid #23915a !important;
        border-radius: 4px;
        color: #333333 !important;
        padding: 4px 10px;
    }
    .accordionLg .accordion-button {
        font-size: 14px !important;
        text-wrap: nowrap;
        /* font-weight: 400 !important; */
    }
    .accordionLg .accordion-button::after {
        width: 1rem !important;
        height: 1rem !important;
        background-size: 1rem !important;
    }
    .accordionLg .accordion-item.filter-section {
        width: auto;
        border: 1px solid #23915a !important;
        border-radius: 4px;
        color: #333333 !important;
        padding: 6px 10px;
        min-width: 220px;
    }
    .form-check-label {
        font-size: 14px !important;
    }
    .search-box input {
        height: 40px;
    }
    .accordionLg .accordion-button {
        padding: 0 !important;
        margin-bottom: 0;
    }
    .accordionLg .accordion-button.ternaryGradiantColor {
        margin-bottom: 0;
        text-wrap: nowrap;
    }
    .accordionLG .accordion-collapse .accordion-body {
        width: 250px;
    }
    .accordionLg .accordion-button.expanded::after {
        transform: rotate(0deg) !important;
    }
    .filterPopup {
        display: flex;
        width: 100%;
        top: 0;
        position: absolute;
        z-index: 1000;
        background-color: #ffffff;
    }
    .filterPopup.active {
        right: 0;
    }
    .filterPopup .accordion {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .filterPopup .accordion .accordion-item {
        width: 50%;
    }
    #filterOffcanvas .accordion .accordion-item {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .popular-programs-box,
    .popular-programs-box2 {
        padding: 1rem !important;
    }
    .popular-programs-box2 h5 br,
    .popular-programs-box h6 br {
        display: none;
    }
    .pgMod {
        display: none;
    }
    .filter-sidebar {
        top: 85px;
    }
    .progConHead {
        align-items: center !important;
    }
    .bannerSection {
        /* background-position: left; */
        text-align: center;
    }
    .countBox {
        width: 50px;
        height: 50px;
    }
    .BtnBoxSlider .arroeIcon {
        height: 70px;
    }
    h6.titel24 br {
        display: none;
    }
    .bookmarkBtn {
        width: 36px;
        height: 36px;
    }
    .bookmarkBtn i {
        font-size: 18px;
    }
    .popular-programs-box h5.titel24.mt-4 {
        margin-top: 0.7rem !important;
    }
    .studentBox {
        gap: 0.5rem;
    }
    .detailsBtn,
    .compareBtn {
        height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .filHT {
        font-size: 18px !important;
    }
    .bannerSection {
        height: 320px;
        padding-top: 2rem;
        justify-content: flex-start !important;
    }
    .btnBoxS {
        width: 100%;
        flex-direction: row;
        margin-top: 1rem;
        justify-content: space-between;
    }
    .btnContent {
        flex-direction: column !important;
    }
    .popular-programs-box,
    .popular-programs-box2 {
        padding: 1rem;
    }
    .search-bar {
        height: 50px;
        padding: 0rem 1rem;
        max-width: 400px;
    }
    .searchBox {
        position: relative;
    }
    .filterBoxMobile {
        margin-bottom: 0;
        top: 70px;
        margin-top: -65px;
        border-radius: 10px;
    }
    .listItems {
        margin-top: 1rem;
    }
    .compareBtn,
    .detailsBtn {
        width: 49%;
    }
    .filter-section {
        width: 100%;
    }
    .programHead .pgTitel {
        font-size: 18px;
    }
    .popular-programs-box {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 2rem !important;
    }
    .popular-programs-box .titel20.mt-4 {
        margin-top: 0.5rem !important;
    }
    .firstSection.bannerSection {
        min-height: 100px;
        height: 250px;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center !important;
    }
    .custom-dropdownBox {
        display: none;
    }
    .bannerSection {
        background-image: url("../images/progBGM.webp");
        background-position: center bottom;
    }
    .firstSection.bannerSection {
        min-height: 100px;
        height: 550px;
        display: flex;
        padding: 40px 0 0 0;
        align-items: center;
        justify-content: flex-start !important;
    }
    .filter-sidebar {
        top: 140px;
    }
}
@media screen and (max-width: 700px) {
    .formBox input,
    .formBox select {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .customSection.firstSection {
        margin-top: 130px !important;
    }
    .filteredHead {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }
    .removeFilterBtn {
        text-align: right;
        width: auto;
    }
    .filter-tags {
        width: 100%;
        overflow-x: auto;
    }
    .progConHead h6 br {
        display: none;
    }
    .accordion.accordionLg {
        margin-top: 10px;
    }
    .filter-sidebar {
        margin-bottom: 0rem;
    }
    .firstSection.bannerSection {
        min-height: 100px;
        height: 450px;
    }
    .filter-sidebar {
        top: 135px;
    }
    /* .popular-programs-box {
        background-size: 120% 120% !important;
        background-position: center !important;
    } */
}
@media screen and (max-width: 575px) {
    .program-card .lastBox {
        margin-top: 1.5rem;
    }
}
@media screen and (max-width: 550px) {
    .listHead {
        flex-direction: column;
        gap: 1rem;
    }
    .listHead h5 {
        width: 100%;
    }
    .custom-dropdownBox {
        width: 100%;
    }
    .detailsBtn,
    .compareBtn {
        height: 40px;
    }
    .popular-programs-box .compareBtn {
        height: 40px;
    }
}

@media screen and (max-width: 400px) {
    .cardFooter span.titel16 {
        line-height: 110%;
        font-size: 14px;
    }
    .detailsBtn,
    .compareBtn {
        font-size: 13px;
    }
}
