.Seguros__content_header {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row; 
}

.Seguros__title {
    font-family: 'MonserratBlack';
    color: #333333;
    margin: 0px 0px 0px 20px;
    line-height: 0.8;
}

.Seguros__subtitle h3{
    font-family: 'MonserratBlackItalic';
    color: #333333;
    font-size: 38px;
}

.Seguros__cards {
    display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   margin: 50px 0px 0px 0px;
}

.Seguros__cards img, .Seguros__cards a{
   margin: auto;
}

.Seguros__text {
    margin: 30px 0px;
}

.Seguros__text ul {
    list-style-type: none;
}

.Seguros__text ul > li:before {
    content: '';
    position: absolute;
    margin-left: -20px;
    width: 10px;
    height: 5px;
    top: 30%;
    background-color: #ec1c24;
}

.Seguros__text ul li{
    position: relative;
    font-family: 'MonserratRegular';
    font-size: 16px;
    color: #000000;
    margin: 0px 0px 5px 0px;
}

