.img-logo{
    width: 100%;
    max-width: 10rem;
}
.img-logo-footer{
    width: 100%;
    max-width: 16rem;
}
.img-whatsapp-icon{
    width: 5rem !important;
    height: auto !important;
}
.massey-check-list li{
    list-style: none;
    display: flex;
    align-items: center;
}
.theme-massey, .mss-icon-color{
    color: var(--main-color);
}
.uk-navbar-toggle:hover svg{
    color: var(--black-color);
}
.section-boletin .article-intro__image img{
    max-width: 425px;
}
.img_tractor{
    width: 15rem;
}
.img_tractor img{
    position: absolute;
    top: -4rem;
    left: 1rem;
    width: 25rem;
}
.word-break-all{
    word-break: break-all;
}