

/* Start:/local/templates/fastsol/assets/css/personal_page/style.css?17631087581314*/
.personal-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 48px;
    margin-top: 8px;
}

.personal-item {
    min-height: 468px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.personal-item .img-container {
    width: 100%;
    height: 380px;
    border-radius: 2px;
    border-right: 3px solid var(--green);
}

.personal-item .img-container img {
    border-radius: 2px;
}

.personal-item .personal-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
    color: var(--green);
}

.personal-item .personal-work {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
}

.personal-item .personal-phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--dark-green);
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.personal-item .personal-phone::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/fastsol/assets/css/personal_page/../../img/icons/icon-phone-dark-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
/* End */
/* /local/templates/fastsol/assets/css/personal_page/style.css?17631087581314 */
