.highlight {
    width: 100%;
    height: 600px;
    position: relative;
    background-color: #E5E5E5;
    overflow: hidden;
}

.highlightCircle {
    position: absolute;
    background-color: #174CA2;
    border-radius: 50%;
    width: 1200px;
    height: 1200px;
    left: -500px;
    top: -240px;
    border: 20px solid #DDA151;
}
.backgroundImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.highlightCircleText {
    position: absolute;
    height: 150px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    top: 35%;
    right: 15%;
    height: auto;
    width: 450px;
    line-height: 40px;
    left: 50%;
}

.highlightCircleButton {
    position: absolute;
    bottom: 42%;
    letter-spacing: 0.01em;
    color: #3F83F2;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 50px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    left: 50%;
    cursor: pointer;
    opacity: .9;
    border: 3px solid white;
    transition: all 0.2s ease-out;
}

.highlightCircleButton:hover {
    background-color: rgb(255, 255, 255, 0.2);
    color: white;
}

.highlightHelveticaItem {
    position: absolute;
    height: 700px;
    width: 900px;
    left: 600px;
}

.highlightHelveticaLogo {
    position: absolute;
    top: 350px;
    height: 250px;
    width: 250px;
    right: 150px;
}

.infoText {
    position: relative;
    width: 45%;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #757575;
    margin: 70px auto;
}

.machineryContainer {
    position: relative;
    height: auto;
    overflow: visible;
    width: 80%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 200px;
    justify-items: center;
    grid-gap: 90px;
}

.machinery {
    position: relative;
    float: left;
    height: 280px;
    width: 100%;
    background: #F3F3F3;
    border-radius: 11px;
    max-width: 600px;
    overflow: visible;
    /* margin-bottom: 40px; */
    margin-left: 5%;
}

.machineryTitle {
    position: relative;
    width: 55%;
    color: #2A69D0;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 30px;
    text-align: left;
    height: auto;
    overflow: visible;
    width: 100%;
    height: auto;
    line-height: initial;
}

.machineryText {
    position: relative;
    width: 55%;
    font-size: 16px;
    line-height: 25px;
    color: #757575;
    margin-right: 5%;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.machineryImage {
    position: absolute;
    height: 200px;
    width: 400px;
    left: -160px;
    top: 50px;
}

.machineInfo {
    position: relative;
    display: flex;
    width: 60%;
    float: right;
    margin-right: 5%;
    flex-flow: column;
    height: 100%;
    justify-content: center;
}

.dkmFloatingLogo {
    position: absolute;
    width: 700px;
    height: 220px;
    bottom: 180px;
    left: 10%;
}

@media screen and (max-width: 768px) {
    .highlight {
        height: 400px;
    }
    .highlightCircle {
        border: 10px solid #DDA151;
        width: 600px;
        height: 598.7px;
        left: -350px;
        top: -90px;
    }
    .highlightCircleText {
        font-size: 14px;
        line-height: 25px;
        width: 215px;
        left: auto;
        right: 5%;
        top: 25%;
        letter-spacing: 0.03em;
    }
    .highlightCircleButton {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        left: auto;
        right: 15%;
        padding-left: 15px;
        padding-right: 15px;
        top: 45%;
        z-index: 1;
    }
    .highlightHelveticaItem {
        position: absolute;
        height: 200px;
        width: 300px;
        bottom: 20px;
        left: 70px;
    }
    .infoText {
        margin: 40px auto;
        width: 80%;
        height: auto;
        font-size: 14px;
        line-height: 20px;
    }
    .machineryContainer {
        display: block;
        float: left;
        margin-left: 10%;
        margin-bottom: 50px;
    }
    .machinery {
        margin: auto;
        margin-top: 50px;
        height: auto;
    }
    .machineryImage {
        position: relative;
        height: 200px;
        width: 100%;
        left: auto;
        top: -40px;
    }
    .machineryText {
        margin: auto;
        font-size: 14px;
    }
    .machineryTitle {
        text-align: center;
    }
    .machineInfo {
        margin: auto;
        float: none;
        width: 80%;
        text-align: center;
        height: auto;
        margin-bottom: 15px;
        top: -20px;
    }
}