.highlight {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url('../../files/kobelco/highlight2.png');
    background-size: cover;
}

.highlightCircle {
    background-color: #00A7AC;
    border-radius: 50%;
    position: absolute;
    width: 700px;
    height: 700px;
    right: -200px;
    bottom: -400px;
    transform: matrix(1.3, 0, 0, 1, 0, 0);
}

.highlightCircle.background {
    background-color: #DDA151;
    right: -180px;
}
.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.05em;
    color: #3F83F2;
    font-weight: bold;
    font-size: 25px;
    line-height: 60px;
    background: #FFFFFF;
    border-radius: 50px;
    text-transform: uppercase;
    padding: px;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    left: 50%;
    cursor: pointer;
}

.highlightCircleButton:hover {
    filter: invert(20%);
}

.highlightKobelcoLogo {
    position: absolute;
    height: 200;
    width: 300px;
    right: 120px;
    bottom: 0;
}

.bannerLocal {
    width: 100%;
}

.bannerLocalMobile {
    display: none;
}

.firstImgMobile {
    display: none;
}

.aboutContainer {
    display: flex;
    width: 91%;
    margin: 40px auto;
    align-items: center;
    justify-content: space-around;
    gap: 5%;
}

.leftCustom {
    width: 50%;
}

.leftone {
    width: 75%;
    margin-left: 13%;
}

.leftone p {
    font-size: 14px;
    font-weight: 400;
}

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

.excavatorsContainer, .miniExcavatorsContainer {
    position: relative;
    height: auto;
    overflow: visible;
    width: 90%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 20px;
}

.excavator {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 11px;
    max-width: 380px;
    overflow: visible;
    margin-bottom: 40px;
    height: 600px;
    color: #757575;
}

.miniExcavatorsContainer .excavator {
    height: 400px;
    border: unset;
    background: #F3F3F3;
}

.miniExcavatorsContainer .excavatorImage {
    width: 100%;
    margin: 5% auto;
    min-height: 83%;
}

.miniExcavatorsContainer .excavatorImage[style*="mini3.png"]  {
    right: 7%;
}

.excavatorName {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    /* text-align: center; */
    font-size: 23px;
    text-transform: uppercase;
    text-indent: 45px;
}

.excavatorImage {
    position: relative;
    height: auto;
    width: 90%;
    margin: 20px auto;
    min-height: 220px;
}

.excavatorEspecifications {
    position: relative;
    height: auto;
    width: 85%;
    margin: auto;
    overflow: hidden;
}

.excavatorEspecification {
    position: relative;
    width: 100%;
    margin: 25px auto;
    font-size: 14px;
    line-height: 25px;
}

.bulletPoint {
    position: relative;
    float: left;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: #757575;
    margin-right: 10px;
    margin-top: 10px;
}

.bulletPoint.twoLines {
    margin-top: 8px;
}

.downloadPdf {
    height: 50px;
    line-height: 50px;
    background-color: #3F83F2;
    width: 70%;
    text-align: center;
    margin: auto;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    bottom: -25px;
    left: 15%;
    border: 3px solid #3F83F2;
}

.downloadPdf:hover {
    background-color: white;
    color: #3F83F2;
}

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

.sectionTitle {
    position: relative;
    height: 80px;
    line-height: 80px;
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #3F83F2;
}

@media screen and (max-width: 768px) {
    .centeredContent {
        width: 100% !important;
    }
    
    .highlight {
        background-image: url('../../files/site/kobelco/highlight_mobile.png');
        background-position: left;
    }
    .highlightCircle {
        width: 330px;
        height: 335px;
        left: 230px;
        top: 170px;
    }
    .highlightCircle.background {
        width: 330px;
        height: 335px;
        left: 222px;
        top: 170px;
    }
    .highlightKobelcoLogo {
        height: 30px;
        width: 120px;
        right: 20px;
        bottom: 30px;
    }
    .excavatorsContainer, .miniExcavatorsContainer {
        display: block;
        width: 90%;
        float: left;
        margin-left: 5%;
        margin-top: 0;
        /* margin: 0 auto; */
    }
    .excavatorEspecification {
        margin: 20px auto;
    }
    .excavatorEspecifications {
        margin-bottom: 25px;
        width: 90%;
    }
    .excavator {
        /* height: auto; */
        max-width: unset;
    }

    .miniExcavatorsContainer .excavator {
        height: 460px;
    }
    
    .sectionTitle {
        float: left;
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .bannerLocal {
        display: none;
    }

    .bannerLocalMobile {
        display: block;
    }

    .aboutContainer {
        flex-direction: column;
        width: 90%;
    }

    .leftCustom {
        width: 100%;
        margin-bottom: 40px;
    }

    .leftone {
        width: 100%;
        margin: 0
    }

    .leftone p {
        font-size: 15px
    }

    .rightCustom {
        width: 100%;
        margin: 0 auto;
    }

    .firstImg {
        display: none;
    }

    .firstImgMobile {
        display: block;
        width: 100%;
    }

    .excavatorName {
        text-indent: 30px;
    }

    .miniExcavatorsContainer .excavatorImage[style*="mini3.png"] {
        right: 1%;
    }
}