.site-lists{
  width: 540px;
  margin: 0 auto;
  text-align: center;
}
.site-lists li.site-item{
  padding: 27px 0;
  margin: 0;
  border-bottom: 1px solid #E9EAEC;
  max-height: 86px;
}

.site-lists li.site-item:first-child {
  border-top: 1px solid #E9EAEC;
}

.site-lists li.site-item strong{
  font-size: 20px;
  font-weight: 800;
  line-height: 24.4px;
}

.site-lists .add-another-site {
  margin-top: 27px;
  display:inline-block;
}

.site-access-btn {
  padding: 20px 10px;
  line-height: 0px;
  background-color: #F9F9F9;
  color: #737373;
  font-size: 14px;
  min-width: 150px;
  border-radius: 5px;
  font-weight: 500;
  border: 0;
}

.site-access-btn:hover{
  background-color: var(--main);
  color: white;
}

@media screen and (max-width: 1024px) {
  .site-lists{
    width: 340px;
  }
}

@media screen and (max-width: 576px) {
  .site-lists{
    width: 100%;
  }
}
