.h2style {
    text-align: left;
    font-size: 34px;
    font-family: "Poppins", sans-serif;
}

.h2 {
    text-align: left;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
}

.list_checks_home > .item_check {
    position: relative;
    list-style-type: none;
}

.list_checks_home > .item_check:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -34px;
    width: 24px;
    height: 24px;
    background: url("/img/icon/seguropordias_sprites.webp") no-repeat;
    background-position: -234px -10px;
}

.list_checks_home > .item_check {
    position: relative;
    list-style-type: none;
}

.list_checks_home > .item_check:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -34px;
    width: 24px;
    height: 24px;
    background: url("/img/icon/seguropordias_sprites.webp") no-repeat;
    background-position: -234px -10px;
}

.item_check p {
    margin-bottom: 1.6rem;
}

.border {
    border-color: rgba(222, 226, 230, 0.726) !important;
}

.color-blue{
    
    color: #001388 !important;
}
.img-thumbnail:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}