.slider .container{
    background-color: #fdc41f !important;
    height: 100vh !important;
}
.content p {
    font-size: 1.1rem;
}
.textn {
    width: 53%;
    text-align: center;
    margin: 20px 0;
    font-size: 1.1rem;
}
.card-container {
    width: 100%;
    height: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card {
    width: 35%;
    height: 90%;
    margin-right: 20px;
}
.card-head {
    width: 100%;
    height: 15%;
    background-color: #e46618;
    text-align: center;
    color: white;
    padding: 13px;
    font-size: 1rem;
    font-weight: 600;
}
.titleCard {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.conteudo {
    margin-top: 20px;
}
.card-body2 {
    background: white;
    padding: 35px;
}
.card-body2 p {
    font-weight: 300;
    color: #777777;
    font-size: 0.9rem;
    margin-top: 15px;
}
.content {
    justify-content: center !important;
}
#voltar {
    text-transform: uppercase;
    font-size: 0.95rem;
}
#voltar a {
    color: black;
    text-decoration: none;
}
.othercontent {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.othercontent a {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 10rem;
    color: white;
    background-color: #f4623a;
    text-decoration: none;
    transition: 0.3s;
}
.othercontent a:hover {
    background-color: transparent;
    border: 2px solid white;
}