#industrialManafacturingSection07{
    width: 100%;
    height: 674px;
    background-color: #FFFFFF;
    padding-top: 108px;
}

#industrialManafacturingSection07 h4{
    font-size: 46px;
    font-weight: 700;
    color: #0354A1;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

#industrialManafacturingSection07 h4::after{
    content: "";
    position: absolute;
    width: 200px;
    height: 5px;
    background-color: #CAA60B;
    left: 50%;
    bottom: -45px;
    margin-left: -100px;
}

#industrialManafacturingSection07 p{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    width: 1012px;
    margin: 0 auto 100px auto;
}

.industrial-manufacturing-button{
    width: 710px;
    height: 135px;
    border-radius: 70px;
    outline: none;
    border: none;
    background-color: #CAA60B;
    padding-left: 112px;
    font-size: 34px;
    font-weight: 700;
    color: #0E3B4E;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 6px 0 #9b7f00;
    transition:
      transform 0.18s ease,
      box-shadow 0.18s ease,
      background-color 0.18s ease,
      filter 0.18s ease;
    cursor: pointer;
    text-decoration: none;
}

.industrial-manufacturing-button::after{
    content: "";
    width: 23px;
    height: 27px;
    position: absolute;
    top: 50%;
    right: 54px;
    margin-top: -13.5px;
    background: url("../images/section07-01.png") no-repeat;
    background-size: contain;
}

.industrial-manufacturing-button:hover {
  background: #d4ad00;
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #9b7f00;
  filter: brightness(1.02);
}

.industrial-manufacturing-button:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #9b7f00;
  filter: brightness(0.98);
}

@media (max-width: 1400px){
    #industrialManafacturingSection07 .section-container{
        width: 900px;
    }

    #industrialManafacturingSection07 p{
        width: 900px;
    }

    #industrialManafacturingSection07 h4{
        font-size: 39px;
    }

    #industrialManafacturingSection07 p{
        font-size: 19px;
    }
}

@media (max-width: 968px){
    #industrialManafacturingSection07 .section-container{
        width: 375px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }

    #industrialManafacturingSection07{
        padding-top: 0;
    }

    #industrialManafacturingSection07 h4{
        font-size: 23px;
        margin-bottom: 50px;
    }

    #industrialManafacturingSection07 h4::after{
        width: 100px;
        height: 3px;
        margin-left: -50px;
        bottom: -22px;
    }

    #industrialManafacturingSection07 p{
        width: 345px;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .industrial-manufacturing-button{
        width: 334px;
        height: 64px;
        padding-left: 53px;
        font-size: 16px;
    }

    .industrial-manufacturing-button::after{
        width: 11px;
        height: 13px;
        margin-top: -6.5px;
        right: 25px;
    }

    #industrialManafacturingSection07{
        height: 483px;
    }
}