.featureList-card .feature-section-large {
box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
-webkit-box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
-moz-box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
background-color: var(--white-color);
/*margin-bottom: 30px;*/
min-height: 380px;
height: 100%;
}
.featureList-card .feature-section-large .imagelist img:nth-child(1) {
width: 100%;
height: 125px;
object-fit: cover;
object-position: center;
}
.featureList-card.large-image .feature-section-large .imagelist img:nth-child(1) {
height: 230px;
}
.featureList-card .feature-section-large {
position: relative;
}
.featureList-card .number-container {
display: flex;
justify-content: center;
}
.featureList-card .number-container span {
height: 70px;
width: 70px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 3px solid var(--white-color);
position: absolute;
top: 28px;
font-size: 50px;
color: var(--white-color);
}
.featureList-card .paragraph-section {
padding: 50px 30px;
flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
.featureList-card .paragraph-section {
padding: 50px 20px;
}
}
.feature-list_content {
display: flex;
flex-direction: column;
height: calc(100% - 125px);
}
.featureList-card .feature-section-large h4 {
font-size: 35px;
line-height: 1;
margin-bottom:25px;
}
.feature-list_content .bg-yellow-clr h2{
color: #3c3c3c;
}
.feature-list_content .bg-yellow-clr {
background-color: #f9c606;
position: absolute;
border-radius: 10px;
padding: 0 70px;
top: 35px;
left: 35px;
right: 35px;
bottom: 35px;
color: #3c3c3c;
display: flex;
align-items: center;
}
.featureList-card .button-group {
margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
.feature-list_content .bg-yellow-clr{
padding: 0 20px;
}
.feature-list_content .bg-yellow-clr h2{
font-size: 26px;
}
}
@media screen and (max-width: 40rem) {
[lang="fr"] .featureList-card .feature-section-large h4{
hyphens: auto;
}
}
/* Feature list widget webP changes */
.imagelist.feature-list_image-wrapper.Centered > picture:first-child img {
width: 100%;
height: 125px;
object-fit: cover;
object-position: center;
}
.imagelist.feature-list_image-wrapper.Centered > picture:last-child img {
width: auto;
/* height: 125px;
object-fit: cover;
object-position: center; */
}
.imagelist.feature-list_image-wrapper picture img{
width: 100%;
height: 125px;
object-fit: cover;
object-position: center
}
.career-feature-list .imagelist.feature-list_image-wrapper.Centered > picture:last-child img {
    width: -webkit-fill-available;
}

@media screen and (max-width: 40rem) {
.career-feature-list .grid-padding-y>.cell{
padding-top:0;
}
}