.seotags {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
}
.seotags .container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1080px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}
.seotags a {
    font-size: 8px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
    align-items: center;
    text-transform: uppercase;
    color: #bbc2ce !important;
    line-height: 1;
    letter-spacing: .06em;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid #bbc2ce;
}
.seotags a:nth-child(-n+5) {
    display: inline-flex;
}
.seotags.open a {
    display: inline-flex;
}
.seotags .more {
    text-align: center;
    margin-top: 20px;
}
.seotags .more span {
    font-weight: 600;
    cursor: pointer;
    color: #bbc2ce;
    border-bottom: 1.5px dashed #bbc2ce;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
    .seotags .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (min-width: 768px) {
  .seotags a{
    padding: 15px 20px;
    font-size: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .seotags .more {
    margin-top: 25px;
  }
  .seotags .more span {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .seotags {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .seotags .container {
    padding-left: 0;
    padding-right: 0;
  }
}