.designer-grid {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2.063rem;
}

.designer-details h5 {
    color: #000;
    text-align: left;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.8px;
    margin: 15px 0 0 0;
}

.designer-details p {
    color: #000;
    text-align: left;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    margin: 8px 0px 0px 0;
}

.designer-details h4 a {
    color: #000;
    font-family: Jost;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.2px;
    text-align: center;
}

.designer-details h4 {
    display: flex;
    margin: 21px 0;
    width: 100%;
    justify-content: center;
}

/* Media Query for devices up to 767px */
@media (max-width: 769px) {

    /* Designers grid section */
    .designer-grid {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .designer-grid {
        gap: 1rem;
    }

    .designer-details h4 a {
        font-size: 25px;
        line-height: 9.2px;
    }
}