.slider .container{
    background-color: #e46618 !important;
    height: auto !important;
}
.content p {
    font-size: 1.1rem;
}
.content img {
    width: 20%;
}
.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;
}
.content .title {
    font-size: 2.5rem;
    width: 80%;
}
.content .text {
    width: 70%;
    display: block;
    text-align: justify;
    font-size: 1rem;
    line-height: 25px;
}
.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 {
    position: absolute;
    right: 40px;
    top: 40px;
    text-transform: uppercase;
    font-size: 0.95rem;
}
#voltar a {
    color: white;
    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;
}

@media (max-width: 768px) {
    .title {
        font-size: 2rem !important;
        margin-top: 90px;
    }
    .content img {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .content .text {
        width: 90%
    }
}

@media (max-width: 450px) {
    .title {
        width: 90% !important;
        font-size: 1.5rem !important;
    }
}