.hire-now-tm-section {
    width: 100%;
    padding: 60px 20px;
    font-family: "Instrument Sans", sans-serif;
    box-sizing: border-box;
    background: #ffffff;
}

.hire-now-tm-container {
    max-width: 1365px;
    margin: 0 auto;
    width: 100%;
}

.hire-now-tm-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 40px;
}

.hire-now-tm-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 31px;
}

.hire-now-tm-card {
    background: #f9f9f9;
    border-radius: 7.33px;
    padding: 15px 16px 16px;
    display: flex;
    flex-direction: column;
    height: 456.63px;
    box-sizing: border-box;
}

.hire-now-tm-image-wrapper {
    background: #ffffff;
    border-radius: 7.33px;
    width: 100%;
    height: 241.03px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.hire-now-tm-image {
    width: 200px;
    height: 188px;
    object-fit: contain;
}

.hire-now-tm-card-title {
    font-weight: 700;
    font-size: 17.59px;
    line-height: 21px;
    color: #000000;
    margin: 0 0 2px;
}

.hire-now-tm-card-desc {
    font-weight: 400;
    font-size: 10.99px;
    line-height: 1.54;
    color: #000000;
    margin: 0;
    height: 51px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hire-now-tm-price-container {
    margin-top: 14px;
    margin-bottom: 8px;
}

.hire-now-tm-price-from {
    font-weight: 500;
    font-size: 10.26px;
    line-height: 13px;
    color: #000000;
    display: block;
    margin-bottom: -1px;
}

.hire-now-tm-price-values {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hire-now-tm-price-current {
    font-weight: 700;
    font-size: 17.59px;
    line-height: 21px;
    color: #86bb46;
}

.hire-now-tm-price-old {
    font-weight: 400;
    font-size: 17.59px;
    line-height: 21px;
    color: #000000;
    text-decoration-line: line-through;
}

.hire-now-tm-button {
    background: linear-gradient(180deg, #358635 -31.54%, #82f68c 169.59%);
    border-radius: 0;
    width: 100%;
    height: 41.31px;
    border: none;
    font-weight: 600;
    font-size: 14.65px;
    line-height: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: auto;
    padding: 0;
    text-decoration: none;
}
.hire-now-tm-button:hover {
    color: #fff;
  text-decoration: none;
}
@media (max-width: 1200px) {
    .hire-now-tm-grid {
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .hire-now-tm-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .hire-now-tm-card {
        height: auto;
        min-height: 456.63px;
    }
}

@media (max-width: 640px) {
    .hire-now-tm-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hire-now-tm-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
}
