.utia-solutions-news-block {
    padding: 3rem 0;
}

.utia-solutions-news-block .hr-sect {
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 32px;
    margin: 20px 0;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #333d47;
    padding: 1rem 0 0 0;
}

.utia-solutions-news-block .hr-sect::before,
.utia-solutions-news-block .hr-sect::after {
    display: none;
}

.utia-news-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.utia-news-content.swiper {
    flex: 0 0 80%;
    width: 80%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 0 !important;
    margin: 0;
}

.utia-news-content .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    transition: transform 0.2s ease, opacity 0.2s ease;
    z-index: 10;
    font-size: 4rem;
    flex: 0 0 10%;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    transform: scale(1.1);
}

.swiper-button-prev-custom svg,
.swiper-button-next-custom svg {
    width: 4rem;
    height: 4rem;
    max-width: none;
}

.swiper-button-prev-custom .icon {
    transform: rotate(90deg);
}

.swiper-button-next-custom .icon {
    transform: rotate(-90deg);
}

.utia-news-item {
    background: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* .utia-news-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
} */

.utia-news-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f0f0f0;
}

.utia-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.utia-news-cat {
    width: 100%;
    background-color: #333d47;
    font-size: 0.8rem;
}

.utia-news-cat a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 5px;
    text-align: center;
}

.utia-news-cat a:hover {
    background-color: #ff8300;
}

.utia-news-inner {
    padding: 10px;
    text-align: center;
    flex-grow: 1;
   /* display: flex; */
    align-items: center;
    justify-content: center;
}

.utia-solutions-news-block .utia-news-inner a {
    color: #5c666f;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3;
    /* border-bottom: none; */
}

.bottom-hr-content a.view-more {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #ff8300;
    padding: 10px 25px;
    color: #333d47;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bottom-hr-content a.view-more:hover {
    background: #ff8300;
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #ff8300 !important;
}

.utia-solutions-news-block a.view-more {
    padding: 10px 35px;
    background-color: #FFFFFF;
    color: #2D3741;
    text-decoration: none;
    font-weight: bold;
    border: 3px solid #FF8200;
    border-radius: 12px;
    margin-top: 2rem;
    transition: all 0.2s ease-in-out;
}

.utia-solutions-news-block a.view-more:hover {
    background-color: #2D3741;
    color: #FFFFFF;
    border: 3px solid #FF8200;
}

.swiper-button-prev-custom svg, .swiper-button-next-custom svg
{
    width: 8rem;
    height: 8rem;
    fill: #FF8200;
}

.swiper-button-prev-custom svg:hover, .swiper-button-next-custom svg:hover
{
    fill: #2D3741;
}