#gm-new {
    background-color: white;
}

.lp-techImg {
    vertical-align: top;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: start;
}

.lp-techImg .item {
    margin-bottom: 20px;
    width: 72px;
    font-size: 13px;
}

.lp-techImg .item .img img {
    max-width: 60%;
    max-height: 60%;
}

.tech-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 61.6px;
    letter-spacing: -0.02em;
}

.tech-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;

}

.tech-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.current-tech_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 50.4px;
    letter-spacing: -0.02em;
}

.current-tech_subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
    line-height: 30px;
}

@media(min-width: 992px) {

    .lp-techImg{
        gap: 20px;
    }

}

@media(max-width: 968px) {
    .btn-show {
        width: 100%;
        display:flex;
        justify-content: center!important;
    }

}

/* override from custom.css */

.btn-show {
    border: 1px solid #C9C4CC;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    width: max-content;
}

.btn-show_more {
    background-color: #2F2D2E;
    border-radius: 4px;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
    width: max-content;
    font-size: 14px;
    line-height: 24px;
    color: white;
}

.btn-show_more:hover {
    color: white;
}

.job-offer_img {
    border-radius: 8px;
    width: 100%;
}

/* END override from custom.css */