.pg-404-titulo-section {
    width: 100%;
    padding: 22px 0;
    background: #597A97;
    margin: 30px 0;
}

.pg-404-titulo-section .pg-404-titulo {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FEFFFF;
}

.pg-404-image-container {
    width: 100%;
    margin: 40px 0;
}

.pg-404-info-container {
    margin: 30px 0;
}

.pg-404-info-container .pg-404-info-container {
    width: calc(45% - 15px);
    padding: 10px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #313638;
    text-transform: uppercase;
    text-align: center;
}

.pg-404-info-container .pg-404-link {
    display: inline-block;
    padding: 12px 20px;
    background: #597A97;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}