#acf-field_67f55089a8f9c {
    width: 100% !important;
    max-width: 100% !important;
}

.select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    font-size: 14px;
    padding: 6px 12px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px;
    font-size: 14px;
    padding: 6px 8px;
}

.helpful-articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.helpful-articles-item {
    width: 23%;
    padding: .5rem 0;
    max-width: 320px;
}

.helpful-articles-item a {
    display: flex;
    flex-direction: column;
    gap: 1rem;
	padding: .5rem;
    background: #fff;
}

.helpful-articles-item a img {
    width: 100%;
}

.helpful-articles-item span {
    font-weight: 700;
    line-height: 1.4;
    font-size: 1rem;
    color: #202020;
}

.helpful-articles-item a:hover span {
    text-decoration: underline;
    color: #f20f0f;
}

@media screen and (max-width: 820px) {
	.helpful-articles-item {
		width: 48%;
		overflow:hidden;
	}
}	