.evo_box_icon_text {
display: flex;
flex-direction: column ;
height: 100%;
.evo_box_icon_text__content {
padding: 24px;
background: #efefef ;
height: 100%;
}
.box_image {
height: 250px;
min-height: 250px;
img {
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 16px 16px 0 0 !important;
}
}
.evoratec-box__header-title {
h3 {
font-weight: normal ;
font-size: 24px;
color: #940035 ;
letter-spacing: -0.44px;
margin-block-end: 1rem;
margin-block-start: .4rem;
}
}
.evoratec-box__header {
position: relative;
}
.item__list {
display: flex;
flex-direction:column ;
gap: 24px;
.item {
display: flex;
flex-direction: row;
.item__icon {
padding-top: 8px;
width: 32px;
height: 32px;
display: flex;
justify-content: center;
border-radius: 50px;
background: rgb(222 222 222);
min-width: 32px;
svg {
width: 14px;
height: 14px;
fill: #940035 ;
}
}
.item__contenido {
padding-left: 16px;
.item__titulo {
font-size: 18px;
color: #940035 ;
}
display: flex;
flex-direction: column;
}
}
}
}