.type-of-create__choose {
    padding-top: 120px;
    gap: 44px;
    display: flex;
    justify-content: center;
}

.type-of-create__item {
    display: flex;
    width: 350px;
    height: 224px;
    padding: 20px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 0.5px solid #BAC8CE;
    background: #FFF;
}

.type-of-create__item:hover {
    text-decoration: none;
    box-shadow: 0px 5px 12px 0px rgba(6, 36, 49, 0.05);
}

.type-of-create__item-text {
    color: var(--Dark, #052330);
    text-align: center;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.type-of-create__item-subtext {
    color: #7A8E96;
    text-align: center;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0
}
