.carousel {
    width: 100%;
    padding: 70px 0;
    position: relative;
}
.carousel li {
    padding: 40px;
}
.carousel a {
    display: block;
    color: #353535;
    font-weight: bold;
    text-decoration: none !important;
    white-space: nowrap;
}
.carousel a:focus {
    outline: none;
}
.carousel img {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 220px;
    opacity: .75;
}
.carousel .active img {
    opacity: 1;
}
.carousel__slide-title {
    text-align: center;
}
.slick-list {
    width: 100%;
}
.slick-arrow {
    cursor: pointer;
    position: absolute;
    height: 18px;
    width: 18px;
    transform: rotate(45deg) translateY(-26px);
    border: 0;
    border-left: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    background: white;
    font-size: 0;
    left: 0;
    top: 50%;
    z-index: 1;
}
.slick-arrow::before {
    position: absolute;
    content: "";
    background: #ffffff;
    right: 0;
    top: -3px;
    width: 10px;
    height: 100%;
    z-index: 123;
    transform: rotate(
            135deg
    );
}
.slick-next {
    left: auto;
    right: 30px;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
}
@media (min-width: 1023px) {
    .slick-arrow {
        left: -30px;
    }
    .slick-next {
        left: auto;
        right: 0;
    }
}
.slick-next::before {
    right: auto;
    left: 0;
    top: 3px;
}
.slick-dots {
    list-style: none;
    flex-wrap: wrap;
    text-align: center;
    margin: 60px 0 0;
}
.slick-dots li {
    display: inline-block;
}
.cols {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.col-1st {
    width: 208px;
}
.col-2nd {
    padding-left: 40px;
}
.xgn-accordion {
    display: none;
}
.xgn-accordion.active {
    display: block;
}
@media (max-width: 576px) {
    .cols {
        display: block;
    }
    .col-1st {
        width: 100%;
    }
    .col-2nd {
        padding-left: 0;
        width: 100%;
    }
    .col-2nd table {
        width: 99%;
    }
    .xgn-accordion__content img {
        width: 200px;
        margin: 0 auto;
        display: block;
    }
}
.smalltext {
    font-size: 12px;
    padding: 20px 0;
}
.open .xgn-accordion__body {
    max-height: 1000px;
}
.yield-info {
    width: 100%;
}
.yield-info h5,
.yield-info h6 {
    margin-top: 0;
}
.yield-info table,
.yield-info thead,
.yield-info tbody,
.yield-info tr,
.yield-info th
/* .yield-info td  */
{
    border: none !important;
}
.yield-info table td:nth-of-type(1) {
    width: 140px;
}
.yield-info table td:nth-of-type(2) {
    width: 200px;
}
@media (max-width: 567px) {
    .yield-info table td:nth-of-type(1) {
        width: 80px;
    }
    .yield-info table td:nth-of-type(2) {
        width: 100px;
    }
}
.yield-info table th,
.yield-info table td {
    padding: 10px 15px;
}
.yield-info table td {
    border-right: 6px solid white;
}
.yield-info table td:last-of-type {
    border-right:none;
}
.yield-info th {
    background: none;
    text-align: left !important;
    padding: 20px 0 5px 0;
    color: #353535;
    font-weight: bold;
    text-transform: capitalize;
}
tbody tr:nth-of-type(odd) {
    background-color: #F1F3F5;
}
tbody tr:nth-of-type(even) {
    background-color: white;
}
.tablewrap {
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    overflow-x: auto;
}
.tablewrap table {
    min-width: 450px;
}
.yield-section {
    padding-bottom: 100px;
}

#topTitle {
    font-size: 24px;
    color: #353535;
}