.template-form {
    margin-top: 64px;
    margin-bottom: 80px;
}.template-form #breadcrumbs {
    margin-bottom: 24px;
}.template-form #breadcrumbs a {
    color: var(--color-black);
}.template-form #breadcrumbs svg {
    fill: var(--color-black);
}
.template-form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.template-form-left, .template-form-right {
    width: 49.12%;
}
.template-form-left > *:last-child {
    margin-bottom: 0;
}.template-form-left :is(h1, .pwblocks-text) {
    margin-bottom: 14px;
}.template-form-img {
    aspect-ratio: 167/75;
    width: 80%;
    height: auto;
    object-fit: cover;
    margin-bottom: 40px;
}
.template-form-point {
    margin-bottom: 40px;
}.template-form-point-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}.template-form-point-top svg {
    margin-bottom: 3px;
    width: 24px;
    height: 24px;
}.template-form-point-title {
    font-size: var(--font-size-4, 34px);
    font-weight: 600;
}
.template-form-right {
    padding-top: 40px;
}

@media (max-width: 768px) {
    .template-form-left, .template-form-right {
        width: 100%;
    }.template-form-img {
        width: 100%;
    }
}