.result {

    font-size: 16px;
    padding: 10px;
    text-align: justify;
    margin-left: 250px;
    margin-right: 250px;
    background-color: floralwhite;
    border-radius: 12px;
    box-shadow: 12px 20px 50px 2px rgb(133, 132, 132);
}


.img,
.container2 {

    margin-top: 30px;
    display: inline-block;

}
.teste{
    padding-left: 10px;
    border-left: 1.5px solid rgb(230, 228, 228);
    position:relative;
    margin-top: 30px;
    display: inline-block;
}


.link {
    text-align: right;
    font-style: italic;

}


.container2 {
    padding-left: 30px;
    border-left: 1.5px solid rgb(230, 228, 228);

}


.det tr {

    border:none !important;
}

.desc td {
    border-bottom: 1.5px solid floralwhite;

}


#det_1 {

    background-color: floralwhite;
    border-bottom: 1.5px solid floralwhite;
}

#det_2 {

    background-color: floralwhite;
    border-bottom: 1.5px solid floralwhite;
}

#det_3 {

    background-color: floralwhite;
    border-bottom: 1.5px solid floralwhite;
}

.table tr {
    border-bottom: 1.5px solid black;
    font-size: 20px;
}

.table th {
    background-color: rgb(230, 228, 228);
}

.table caption {
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: orange;
}

.text2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: orange;
}

@media (max-width: 915px){
    .result{
    margin-left: 10px;
    margin-right: 10px;
    }
}
