.wp-block-best-for-not-for-block {
	column-gap: 24px;
	 -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
}
.wp-block-best-for-not-for-block .nerdybook_column {
	width: 50%;
}
.nerdybook_best-for-column {
    background: rgba(143, 179, 57, 0.08);
    border: 1px solid #8FB339;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 16px;
}
.nerdybook_not-for-column {
    background: rgba(233, 63, 66, 0.08);
    border: 1px solid #E93F42;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 16px;
}
.wp-block-best-for-not-for-block .nerdybook_column h6 {
    color: #100C08;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.nerdybook_best-for-column h6:before {
    content: url(../svg/tick-circle.svg);
    height: 32px;
}
.nerdybook_not-for-column h6:before {
    content: url(../svg/close-circle.svg);
    height: 32px;
}
.nerdybook_best-for-column h6 {
    font-weight: 600 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.nerdybook_not-for-column h6 {
    font-weight: 600 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

@media only screen and (max-width: 767px) {
	.wp-block-best-for-not-for-block .nerdybook_column {
		width: 100%;
	}
	.wp-block-best-for-not-for-block {
		row-gap: 8px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	.nerdybook_column h6 {
        font-size: 16px !important;
        line-height: 21px !important;
    }
	.nerdybook_best-for-column h6:before {
        content: url(../svg/tick-circle-1.svg) !important;
        height: 20px !important;
    }
	.nerdybook_not-for-column h6:before {
        content: url(../svg/close-circle-1.svg) !important;
        height: 20px !important;
    }
}
