@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&display=swap');


#conteudo {
    display: flex;
    justify-content: center
}

.title {
    display: flex;
    font-size: 40px;
    font-weight: bolder;
    height: 70px;
    justify-content: center;
    text-align: center;
}

section {
    text-align: center;
}

.bloco_2 {
    padding-top: 30px;
    padding-left: 100px;
    width: 500px;
    height: 700px;
}

body {
    font-family: "Georgia", sans-serif;
    color: white;
    background: #1C1C40;
}

.bloco_2 div {
    display: flex;
}

.bloco_2 .header_results {

    border-radius: 40px;
}

.bloco_2 header {
    font-size: 30px;
    font-weight: 900;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.bloco_2 p {
    font-size: 25px;
}

.results-faturamento {
    margin: 10px;
    padding-left: 20px;
    background-color: #D9AE6D;
    border-radius: 10px;
    height: 60px;
    width: 450px;
    line-height: 10px;
    z-index: 1;
}
.results-sales{
    margin: 10px;
    padding-left: 20px;
    background-color: #D9AE6D;
    border-radius: 10px;
    height: 60px;
    width: 450px;
    line-height: 10px;
    z-index: 1;
}
.results-cac{
    margin: 10px;
    padding-left: 20px;
    background-color: #D9AE6D;
    border-radius: 10px;
    height: 60px;
    width: 450px;
    line-height: 10px;
    z-index: 1;
}
.results-roas{
    margin: 10px;
    padding-left: 20px;
    background-color: #D9AE6D;
    border-radius: 10px;
    height: 60px;
    width: 450px;
    line-height: 10px;
    z-index: 1;
}
.results-sdr{
    margin: 10px;
    padding-left: 20px;
    background-color: #D9AE6D;
    border-radius: 10px;
    height: 60px;
    width: 450px;
    line-height: 10px;
    z-index: 1;
}
.results_price {
    padding-left: 15px;
    z-index: 2;
}
.results-closer{
    margin: 10px;
    padding-left: 20px;
    background-color: #D9AE6D;
    border-radius: 10px;
    height: 60px;
    width: 450px;
    line-height: 10px;
    z-index: 1;
}
.result-prejuizo{
    margin: 10px;
    padding-left: 20px;
    background-color: #D9AE6D;
    border-radius: 10px;
    height: 60px;
    width: 450px;
    line-height: 10px;
    z-index: 1;
}
.container_1 {
    width: 75%;
    border-radius: 50px;
    margin-left: 100px;
    padding-left: 70px;
    margin-bottom: 50px;
}