
.linkus-main{
  box-shadow: none;
}
.linkus-list{
  display: flex;
  justify-content: space-around;
  text-align: center;
  color: #333;
  box-shadow: 2px 3px 21px 0px rgba(4,0,0,0.26);
  padding: 30px 0;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 50px;
}

.linkus-list li{
  width: 250px;
}

.linkus-list li p{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}

.linkus-list li div{
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #333;
  border-radius: 18px;
}

.linkus-map{
  padding: 80px;
  box-shadow: 2px 3px 21px 0px rgba(4,0,0,0.26);
  border-radius: 12px;
  text-align: center;
}

/* .linkus-map img{
  width: 600px;
} */
@media (max-width: 768px) {
  .linkus-list{
    flex-wrap: wrap;
  }
  .linkus-list li img{
    width: 60px;
  }
  .linkus-map{
    padding: 15px;
  }
  .linkus-map img{
    width: 100%;
  }
}
