/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	DOWNLOAD
--------------------*/
.download .sub-head h2 img {
  height: 70px;
  margin: 10px auto 0; }
  @media screen and (max-width: 1119px) {
    .download .sub-head h2 img {
      height: 60px;
      margin: 0 auto; } }
@media screen and (max-width: 1119px) {
  .download .content {
    padding: 0 2%; } }
.download .content section {
  margin-bottom: 40px; }
  .download .content section h3 {
    font-size: 1.8em;
    padding: 10px;
    border-bottom: 3px solid #ff4803;
    margin-bottom: 20px; }
  .download .content section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px; }
    @media screen and (max-width: 1119px) {
      .download .content section ul {
        grid-template-columns: 1fr;
        gap: 10px; } }
    .download .content section ul li {
      background: #fff;
      font-size: 1.6em;
      font-weight: bold;
      padding: 20px 40px;
      border-radius: 10px; }
      .download .content section ul li a:hover {
        text-decoration: underline; }
