.maritime-text p {
  line-height: 34px;
  text-align: justify;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Times New Roman";
}

.assembly-ul {
  display: flex;
  padding-left: 10px;
  background: #dcdcdc;
  font-family: 'Times New Roman';
}

.assembly-ul li {
  flex: 1;
  min-height: 100px;
  margin-right: 10px;
  margin-top: 10px;
  background: #fff;
  transition: all .3s;
  text-align: center;
}

.assembly-ul li:hover {
  box-shadow: inset 0 0 30px 3px #0678c4a3;
  transform: scale(1.05);
  border-radius: 3px;
}

.assembly-ul li:hover a {
  color: #163479;
}

.assembly-ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  line-height: 22px;
}

.assembly-ul.m-words li a {
  padding: 10px 3px;
}

@media screen and (max-width: 1000px) {
  .assembly-ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .maritime-text p {
    font-size: 16px;
    line-height: 32px;
  }
  .assembly-ul {
    display: block;
    padding-bottom: 10px;
  }
  .assembly-ul li {
    min-height: 60px;
    height: 60px;
  }
  .assembly-ul li:first-child {
    margin-top: 0;
  }
  .com-enter img {
    min-height: 50px;
  }
}
