* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: radial-gradient(circle, #fac14c 6%, #f58633 100%);
    font-family: "Montserrat", sans-serif;
}

.main-content {
    background-image: url(/assets/bg-about.png);
    background-repeat: repeat;
}

header {
    display: flex;
    justify-content: center;
}

header img {
    width: 250px;
    margin-top: 50px;
}

.main {
    width: 100%;
    padding: 0 2rem 2rem 2rem;
}

.termos-content {
    height: auto;
    max-width: 1080px;
    width: auto;
    margin: 3rem auto 70px auto;
    background: #fff;
    padding: 25px 35px;
    border-radius: 20px;
    box-shadow: 0 0 15px #0000003a;
}

.termos-content h5 {
    color: #f58633;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}

.termos-content p {
    text-align: left;
    font-size: 12px;
    color: #484f56;
}

.termos-content ol {
    color: #f58633;
    font-weight: bold;
    font-size: 12px;
    padding: 0 15px;
}

.termos-content ol h6 {
    text-transform: uppercase;
    color: #f58633;
    text-align: left;
    margin-top: 40px;
    font-size: 15px;
}

.termos-content ol li ol li p {
    font-weight: normal;
    color: #484f56;
}

.termos-content ul {
    padding-left: 15px;
        list-style: disc;
}
