.oferta h3 {
    font-size: 18px;
    font-weight: 600;
    color: #797070;
    margin-top: 16px;
}
.oferta h2 {
    font-size: 26px;
    font-weight: 600;
    color: #797070;
    margin-top: 16px;
}
.oferta h1 {
    font-size: 30px;
    font-weight: 600;
    color: #797070;
    margin-top: 16px;
}
.oferta p {
    color: #8a8787;
    line-height: 21px;
    margin-top: 13px;
}
.oferta ul {
    margin-top: 11px;
    margin-left: 17px;
}
.oferta a{
text-decoration: underline;
}
.container-3.oferta{
    max-width: 1110px;
    padding-top: 26px;
    padding-bottom: 40px;
}
}
.oferta ul {
    margin-top: 20px;
    margin-left: 12px;
}
.oferta ul li {
    color: #8a8787;
    margin-bottom: 6px;
}
.oferta ol {
    margin-top: 11px;
    margin-left: 17px;
}
.oferta ol li {
    color: #8a8787;
    line-height: 23px;
    list-style: decimal;
}
.oferta ul li::before {
    content: '';
    background: #8e8987;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    top: 6px;
    left: -12px;
}
.oferta ul li{
  position: relative;
}
.oferta b{
  font-weight: 800;
}
@media (max-width: 1200px) { 

.oferta h1 {
    font-size: 24px;
    font-weight: 600;
    color: #797070;
    margin-top: 16px;
    line-height: 30px;
}
.oferta h2 {
    font-size: 20px;
    font-weight: 600;
    color: #797070;
    margin-top: 16px;
    line-height: 30px;
}

 }