/* begin JIRA MACOBA-4 */

.f-contact li.ayuda {
    float: right;
    width: 100%;
    padding: 25px 50px 0;
    box-sizing: border-box;
}

.f-contact li.ayuda img {
    width: 100%;
}

section.ajudes-sec {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.ajudes-sec .ajuda-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}

.ajudes-sec .ajuda-wrapper > .ajuda-title {
    position: relative;
    padding-bottom: 10px;
}

.ajudes-sec .ajuda-wrapper > .ajuda-title::after {
    content: '';
    background-color: #c90a2c;
    position: absolute;
    width: 60px;
    height: 6px;
    bottom: 0;
    left: 50%;
    translate: -50%;
}

.ajudes-sec .ajuda-wrapper > .ajuda-title h1 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #1d1d1b;
    text-align: center;
}

.ajudes-sec .ajuda-wrapper > .ajuda-cont dl > dt {
    font-weight: bold;
}

.ajudes-sec .ajuda-wrapper > .ajuda-cont dl > dt::after {
    content: ':';
}

.ajudes-sec .ajuda-wrapper > .ajuda-cont dl > dd {
    margin-bottom: 5px;
}

/* end JIRA MACOBA-4 */