.how_support_works {
    margin-top: 80px;
    margin-bottom: 80px;
}
.how_support_works svg {
    fill: none;
}
.how_support_works__header {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
}
.how_support_works__header .heading {
    margin-top: 0;
    margin-bottom: 24px;
    color: #BF1E2E;
    font-family: 'effra_heavyregular', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.how_support_works__header .tag_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #2C2B29;
    font-family: 'effra_heavyregular', sans-serif;    
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.how_support_works__header .icon_text_list {
    display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));	
	column-gap: 40px;
	row-gap: 30px;
    max-width: 780px;
    margin: 48px auto;
}
.how_support_works__header .icon_text_item {
    position: relative;
    padding-top: 24px;
}
.how_support_works__header .icon_text_item .icon {
    min-height: 83px;
    line-height: 0;
}
.how_support_works__header .icon_text_item .no {
    position: absolute;
    left: 22px;
    top: -7px;
    width: 68px;
    height: 68px;
    border-radius: 35px;
    background-color: #FF2F2F0D;
    color: #BF1E2E;

    font-family: 'effra_mediumregular', sans-serif;
    font-weight: 400;
    font-size: 43.87px;
    line-height: 1.1;

    display: flex;
    align-items: center;
    justify-content: center;
}
.how_support_works__header .icon_text_item .title {
    color: #BF1E2E;
    margin-top: 10px;
    font-family: 'effra_mediumregular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
}
.how_support_works__header > .text {
    margin-top: 24px;
    color: #2C2B29;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;    
    font-size: 20px;
    line-height: 1.25;
}
.how_support_works__column_list {
    display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 60px;
	row-gap: 30px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.how_support_works__column_item {
    background-color: #7878780D;
    padding: 24px;
}
.how_support_works__column_item .title {
    margin-top: 0;
    margin-bottom: 32px;
    color: #2C2B29;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
}
.how_support_works__column_item .price {
    color: #BF1E2E;
    font-family: 'effra_heavyregular', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 4px;
    display: flex;
    align-items: flex-end;
}
.how_support_works__column_item .price > span {
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 50%;
    line-height: 1.2;
}
.how_support_works__column_item .price_after_line {
    color: #787878;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
}
.how_support_works__column_item .text {
    margin-top: 16px;
    margin-bottom: 32px;
    color: #2C2B29;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
}
.how_support_works__column_item .point_list {
    margin-bottom: 48px;
}
.how_support_works__column_item .point_item {
    margin-bottom: 16px;
    color: #2C2B29;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    display: flex;
    gap: 12px;
}
.how_support_works__column_item .point_item .icon {
    width: 23px;
    height: 23px;
    border-radius: 12px;
    background-color: #096D00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how_support_works__column_item .point_item:last-child {
    margin-bottom: 0;
}
.how_support_works__column_item .btnnew {
    padding: 16px 24px;
    font-size: 16px;
    font-family: 'effra_heavyregular', sans-serif;
    border: 1px solid #BF1E2E;
    display: inline-block;
    margin-bottom: 16px;
}
.how_support_works__column_item .btnnew:hover {
    background-color: transparent;
}

@media (max-width: 1199px) { 
    .how_support_works__column_list {
        column-gap: 30px;
    }
}
@media (max-width: 991px) { 
    .how_support_works {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .how_support_works__column_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .how_support_works__column_item .title {
        margin-bottom: 24px;
    }
    .how_support_works__header {
        margin-bottom: 30px;
    }
    .how_support_works__header .icon_text_list {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .how_support_works__header .icon_text_list {
        column-gap: 20px;
    }
    .how_support_works__header .heading {
        font-size: 42px;
        margin-bottom: 16px;
    }
    .how_support_works__header .icon_text_item .title {
        font-size: 18px;
    }
    .how_support_works__header .icon_text_item .no {
        left: 12px;        
        width: 60px;
        height: 60px;
        font-size: 36px;
    }
    .how_support_works__column_item .point_list {
        margin-bottom: 36px;
    }
    .how_support_works__column_item .btnnew {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) { 
    .how_support_works {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .how_support_works__header .heading {
        font-size: 36px;
    }
    .how_support_works__header .tag_line {
        font-size: 14px;
    }
    .how_support_works__header .icon_text_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .how_support_works__header .icon_text_item {
        padding-top: 20px;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .how_support_works__header > .text,
    .how_support_works__column_item .text {
        font-size: 18px;
    }
    .how_support_works__column_item .text {
        margin-top: 12px;
        margin-bottom: 22px;
    }
    .how_support_works__column_item .point_item {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .how_support_works__column_item .point_list {
        margin-bottom: 24px;
    }
    .how_support_works__column_item .price {
        font-size: 42px;
    }
}