.urgente1{
    width: 100%;
    height: 350px;
    max-height: 350px;
    margin-top: 60px;
}
.urgente1 > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.urgente1 > a {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.urgente1 > a::after {
    content: ' ';
    background-image: linear-gradient(transparent, black);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.urgente1 > a > .urgente-box {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
}

.urgente2{
    width: 100%;
    height: 300px;
    padding: 30px 50px;
    margin-top: 60px;
}

.urgente-box{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.urgente-box div{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.urgente-box div h2{
    font-size: 55px;
    font-family: NunitoSans-Black;
    line-height: 60px;
    color: white;
    text-align: center;
}

.urgente-box div h3{
    font-size: 18px;
    font-family: NunitoSans-SemiBold;
    line-height: 25px;
    color: #9E9A99;
    text-align: center;
}

.chapeu-urgente{
    background-color: #171717;
    font-family: NunitoSans-ExtraBold;
    color: white;
    font-size: 17px;
    padding: 10px 15px;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 15px;
}

@media (max-width: 700px){
    .urgente1 {
        margin: 0;
    }
    .urgente2{
        padding: 30px 20px;
        margin: 0;
    }
    .urgente1 > a > .urgente-box{
        padding: 20px;
    }

    .urgente-box div h2{
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .urgente-box div h3{
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .chapeu-urgente {
        margin-top: 0;
    }

    .urgente-box div {
        gap: 25px;
    }
}
