.article-grid-row {
    justify-content: center;
    display: flex;
    align-items: stretch;
    height: 100%;
}
.article-left-bgimg {
    width: 56.198vw;
    height: 100%;
    padding: 2.917vw 0 2.917vw 3.49vw;
    /* background: url('https://attuned.dev.bossdigital.tech/wp-content/uploads/2025/02/featured-article-img.png') no-repeat center; */
    background-size: cover !important;
    position: relative;
}
.featured-article-section .article-left-bgimg h2{
    display: none;
}
.article-left-bgimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.article-right-bgcolor {
    /* background-color: #F4A351; */
    padding: 4.635vw 4.271vw 2.344vw;
    width: 32.969vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    row-gap: 5.208vw;
}
.featured-article-section .management-leadership {
    background-color: #F4A351;
}
.featured-article-section .company-culture {
    background-color: #53D0A9;
}
.featured-article-section .hiring-retention {
    background-color: #F04AB3;
}
.featured-article-section .intrinsic-motivation {
    background-color: #BD524F;
}
.featured-article-section .psychological-safety {
    background-color: #05C1FF;
}
.article-right-bgcolor .article-row{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1.042vw;
}
.featured-article-section h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 2.344vw;
    line-height: 2.865vw;
    letter-spacing: -0.01em;
    color: #F4A351;
    z-index: 2;
    position: relative;
}
.article-right-bgcolor * {
    color: #fff;
}
.article-subhead{
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 0.938vw;
    line-height: 1.146vw;
    color: #fff;
}
.article-subhead::after {
    content: "";
    position: relative;
    right: -0.521vw;
    left: auto;
    top: -0.156vw;
    height: 0.104vw;
    width: 2.656vw;
    background: #fff;
    display: inline-block;
}
.article-right-bgcolor h2 {
    color: #fff;
}
.featured-article-section p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.458vw;
    margin: 0;
}
.featured-article-section .theme-btn {
    background-color: #63689A;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.042vw !important;
    line-height: 1.6vw !important;
    font-weight: 600 !important;
    padding: 0.58em 1em 0.58em 1em !important;
    width: 9.2vw !important;
    height: 2.656vw !important;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2) !important;
    border-radius: 5.208vw !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.featured-article-section .theme-btn:hover,
.featured-article-section .theme-btn:focus,
.featured-article-section .theme-btn:active{
    background-color: #1F3C4E !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF00 !important;
}
.featured-article-section .timer-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.458vw;
}
.article-slider .slick-track
{
    display: flex !important;
}

.article-slider .slick-slide
{
    height: inherit !important;
}

.article-slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.article-slider .slick-next:before,
.article-slider .slick-prev:before {
    background-position: center center;
    height: 1vw;
    width: 1vw;
    opacity: 1;
}

.article-slider .slick-next,
.article-slider .slick-prev {
    background: #DE89A0;
    width: 2.604vw;
    height: 2.604vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 45%;
}

.article-slider .slick-next:hover,
.article-slider .slick-prev:hover {
    background: #63689A;
}
.article-slider .slick-prev {
    left: -1.3vw;
}

.article-slider .slick-next {
    right: -1.3vw;
}
@media only screen and (min-width: 992px) {
    .article-slider .slick-dots {
        display: none !important;
    }
}
@media only screen and (max-width: 1199px) {

    .article-left-bgimg,.article-right-bgcolor {
        width: 100%;
    }

    .article-grid-row {
        flex-wrap: wrap;
    }

    .article-left-bgimg {
        height: 550px;
        padding: 30px;
    }
    .article-subhead ,
    .featured-article-section .timer-text{
        font-size: 16px;
        line-height: 19px;
    }
    .featured-article-section h2 {
        font-size: 26px;
        line-height: 33px;
    }
    .featured-article-section p {
        font-size: 16px;
        line-height: 24px;
    }
    .featured-article-section .theme-btn {
        font-size: 16px !important;
        width: 130px !important;
        line-height: 23px !important;
        height: 40px !important;
    }
    .article-right-bgcolor .article-row {
        row-gap: 15px;
    }
    .article-right-bgcolor {
        padding: 30px 15px;
        row-gap: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .article-slider .slick-next,
    .article-slider .slick-prev {
        top: 36%;
        width: 30px;
        height: 30px;
    }
    .article-slider .slick-prev {
        left: -10px;
    }

    .article-slider .slick-next {
        right: -10px;
    }
    .article-slider .slick-next:before,
    .article-slider .slick-prev:before {
        width: 10px;
        height: 10px;
    }
    .article-slider .slick-dots {
        bottom: -50px;
    }
    .article-slider .slick-dots li button {
        box-shadow:none;
    }
    .article-slider .slick-dots li button:before {
        font-size:16px;
        padding: 0;
    }
    .article-slider .slick-dots li.slick-active button:before {
        color: #64679A;
        opacity:1;
    }
    .article-left-bgimg::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    }
    .article-left-bgimg h2{
        display: none;
    }
	.article-left-bgimg {
		height: 300px;
		padding: 10px;
	}
}
@media only screen and (max-width: 640px) {
	.article-left-bgimg {
		height: 250px;
		padding: 10px;
	}
}
