.grey-blocks-section {
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    position: relative;
    background-color: #F7F7F7;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 50px max(var(--padding), calc((100vw - 1920px) / 2));
    padding-top: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}


.grey-blocks-grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
}
.grey-blocks-section-wrapper-grey-blocks-header {
    border-right: 1px solid rgb(0, 0, 0, 0.2);
    padding-right: 50px;
    padding-top: 150px;
}
.grey-block-image {
    display: flex
;
    aspect-ratio: 1 / 1;
}
.grey-block-image {
    aspect-ratio: 1 / 1;
}
.grey-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grey-block-card {
    padding: 50px 10px;
}
.blocks-grey-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    padding: 20px;
    background: #cda274bf;
    color: white;
    font-size: var(--text-size);
}
.grey-block-card:nth-child(-n+3) {
    padding-top: 70px;
}
.grey-block-card:nth-child(3n+1),
.grey-block-card:nth-child(3n+2) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.grey-blocks-section .grid-2-wrapper-inner {
    padding-top: 0;
}
.grey-blocks-button-wrapper {
    padding: 20px;
}

.grey-block-card img {
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 0;
}

.block-image {
    position: relative;
    display: flex;
}

button.grey-blocks-view-all-btn {
    border: 1px solid var(--main);
    border-radius: 20px 0 20px 0;
    padding: 15px 30px;
    background: transparent;
    color: var(--main);
    font-weight: 500;
    font-family: "Roboto Slab", serif;
}
.grey-block-specialization {
    color: var(--main);
    font-weight: 400;
    font-size: var(--h3-size);
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

h3.grey-block-name {
    margin: 0;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: var(--h4-size);
        height: 2.4em;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.grey-block-short-description {
    font-size: var(--mini-text-size);
}

@media screen and (max-width: 1200px){
.grey-block-card:nth-child(-n+3) {
    padding-top: 20px;
    padding-bottom: 10px;
}
.grey-blocks-section-wrapper-grey-blocks-header {
    border-right: none;
    padding-right: 0;
    padding-top: 150px;
}
}


@media screen and (max-width: 700px){
.grey-block-card:nth-child(-n+3) {
    padding-top: 20px;
    padding-bottom: 20px;
}
.grey-blocks-grid {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
}
.grey-block-card:nth-child(3n) {
    padding-left: 0;
}
.grey-block-card:nth-child(2n) {
    padding-right: 0;
}
.grey-block-card:nth-child(3n+1) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 10px;
}
.grey-block-card:nth-child(3n+2) {
    border-right: none;
}
h3.grey-block-name {
    margin-top: 10px;
    margin-bottom: 10px;
}
    .grey-blocks-section-wrapper-grey-blocks-header {
        border-right: none;
        padding-top: 50px;
    }
    .grey-blocks-button-wrapper {
        padding: 20px 0;
    }
}




.trener-single-a {
    color: inherit;
    text-decoration: none;
}

.info-points {
    margin-top: 40px;
}

.block-caption {
    font-size: var(--h4-size);
    margin-top: 10px;
}

a.block-link {
    text-decoration: none;
    color: inherit;
}
.info-point {
    display: grid
;
    grid-template-columns: 30px 1fr;
    gap: 15px;
    align-items: center;
    font-size: var(--text-size);
}
.info-point div {
    font-size: var(--text-size);
}

.info-points {
    display: grid;
    gap: 20px;
}