.pollara-carousel {
    border-radius: 15px;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.0901960784);
}
.pollara-carousel * {
    font-family: "Nunito Sans", sans-serif;
    line-height: normal;
}
.pollara-carousel a {
    cursor: pointer;
}
.pollara-carousel .title {
    padding: 1rem 0 0.2rem;
    margin: 0 2rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.0392156863);
}
.pollara-carousel .pollara-carousel-item {
    padding: 20px 30px 40px;
    display: flex !important;
}
.pollara-carousel .image-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 1rem;
    margin-right: 2rem;
    padding: 1rem;
    min-height: 23rem;
}
.pollara-carousel .image-section .company-logo {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pollara-carousel .image-section .award {
    width: 33%;
    max-width: 135px;
    min-height: 8rem;
    position: relative;
}
.pollara-carousel .image-section .award * {
    font-size: 0.7rem;
    font-weight: 700;
}
.pollara-carousel .image-section .award .image-wrapper {
    position: relative;
    display: inline-block;
}
.pollara-carousel .image-section .award img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3803921569));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3803921569));
}
.pollara-carousel .image-section .award span {
    position: absolute;
    top: 70%;
    left: 0;
    padding: 4px 8px;
    font-size: 12px;
    z-index: 10;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-black);
    width: 100%;
}
.pollara-carousel .details-section {
    position: relative;
}
.pollara-carousel .details-section h3 {
    line-height: normal;
    margin: 0;
}
.pollara-carousel .details-section ul {
    list-style: disc;
    margin-left: 0.5rem;
    padding-left: 1.5rem;
}
.pollara-carousel .details-section .content-container {
    position: relative;
    gap: 30px;
}
.pollara-carousel .details-section .content-container .content {
    max-height: 23rem;
    overflow-y: auto;
}
.pollara-carousel .details-section .content-container .content ul {
    margin-top: 0 !important;
}
.pollara-carousel .details-section .content-container .content::-webkit-scrollbar {
    width: 3px;
}
.pollara-carousel .details-section .content-container .content::-webkit-scrollbar-track {
    background: transparent;
}
.pollara-carousel .details-section .content-container .content::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}
.pollara-carousel .details-section .content-container .content::-webkit-scrollbar-thumb:hover {
    background: darkgray;
}
.pollara-carousel .slick-dots {
    bottom: -3.5rem;
}
.pollara-carousel .slick-arrow {
    background-color: var(--color-red);
    padding: 0.5rem 0.6rem 0.3rem 0.6rem;
    width: auto;
    height: auto;
    border-radius: 2rem;
    z-index: 5;
    top: 42%;
}
.pollara-carousel .slick-prev {
    left: -1.3rem;
}
.pollara-carousel .slick-prev:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="transform: rotate(90deg)" width="24" height="24" fill="%23ffffff" viewBox="0 0 24 24"><path d="M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z"/></svg>');
    opacity: 1;
    line-height: normal;
}
.pollara-carousel .slick-next {
    right: -1.3rem;
}
.pollara-carousel .slick-next:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="transform: rotate(270deg)" width="24" height="24" fill="%23ffffff" viewBox="0 0 24 24"><path d="M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z"/></svg>');
    opacity: 1;
    line-height: normal;
}

@media screen and (max-width: 1024px) {
    .pollara-carousel .image-section {
        width: 100%;
    }
    .pollara-carousel .details-section {
        width: 100%;
    }
    .pollara-carousel .details-section .content-container {
        margin-top: 0.5rem;
        gap: 25px;
    }
    .pollara-carousel .details-section .about, .pollara-carousel .details-section .pros {
        width: 100%;
    }
    .pollara-carousel .details-section h3, .pollara-carousel .details-section .pros {
        margin-top: 0;
    }
    .pollara-carousel .details-section h3, .pollara-carousel .details-section .pros:first-child {
        margin-top: 1rem;
    }
    .pollara-carousel .details-section p {
        margin-left: 0;
        margin-bottom: 0;
    }
    .pollara-carousel .details-section ul {
        margin-left: 0;
        padding-left: 1rem;
    }
    .pollara-carousel .slick-arrow {
        background-color: #df3226;
        padding: 0;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 2rem;
        z-index: 5;
        top: 42%;
    }
    .pollara-carousel .slick-prev {
        left: 2px;
    }
    .pollara-carousel .slick-prev:before {
        content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" x="0px" y="0px"	 viewBox="0 0 55.753 55.753" style="enable-background:new 0 0 55.753 55.753;" xml:space="preserve" fill="%23ffffff"><g><path d="M12.745,23.915c0.283-0.282,0.59-0.52,0.913-0.727L35.266,1.581c2.108-2.107,5.528-2.108,7.637,0.001		c2.109,2.108,2.109,5.527,0,7.637L24.294,27.828l18.705,18.706c2.109,2.108,2.109,5.526,0,7.637 c-1.055,1.056-2.438,1.582-3.818,1.582s-2.764-0.526-3.818-1.582L13.658,32.464c-0.323-0.207-0.632-0.445-0.913-0.727 c-1.078-1.078-1.598-2.498-1.572-3.911C11.147,26.413,11.667,24.994,12.745,23.915z"/></g></svg>');
        opacity: 1;
        line-height: normal;
    }
    .pollara-carousel .slick-next {
        right: 2px;
    }
    .pollara-carousel .slick-next:before {
        content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" x="0px" y="0px" viewBox="0 0 55.753 55.753" style="enable-background:new 0 0 55.753 55.753;transform: rotate(180deg);" xml:space="preserve" fill="%23ffffff"><g><path d="M12.745,23.915c0.283-0.282,0.59-0.52,0.913-0.727L35.266,1.581c2.108-2.107,5.528-2.108,7.637,0.001		c2.109,2.108,2.109,5.527,0,7.637L24.294,27.828l18.705,18.706c2.109,2.108,2.109,5.526,0,7.637 c-1.055,1.056-2.438,1.582-3.818,1.582s-2.764-0.526-3.818-1.582L13.658,32.464c-0.323-0.207-0.632-0.445-0.913-0.727 c-1.078-1.078-1.598-2.498-1.572-3.911C11.147,26.413,11.667,24.994,12.745,23.915z"/></g></svg>');
        opacity: 1;
        line-height: normal;
    }
}
@media screen and (max-width: 600px) {
    .pollara-carousel .image-section .award span {
        font-size: 0.6rem;
    }
    .pollara-carousel .details-section .content-container {
        gap: 0;
    }
}

@media screen and (max-width: 430px) {
  .pollara_text {
    padding: 0 24px;
  }
}