.kb-feedback-wrapper {
    width: 100%;
    padding: 0rem 4rem;
}

.kb-feedback-section {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	border-top: solid;
	border-width: 0.13rem;
	border-color: #d4d4d8;
}

.kb-feedback-section > p {
	margin: 1.5rem 0.5rem 1.5rem 0rem;
}

.kb-feedback-section > a {
	margin: 1.5rem 0rem 1.5rem 0.5rem;
	border-bottom: none !important;
}

.kb-feedbackBtn {
	border-bottom: none;
}

.kb-feedbackBtn > button {
	font-size: 1rem;
	padding: 0.3rem 1.5rem;
}

.kb-feedbackBtn > button:hover {
	cursor: pointer;
	transition: all 0.5s ease-out;
}
@media screen and (max-width: 1024px) {
    .kb-feedback-wrapper {
        padding: 0rem 1.5rem;
    }
}
@media screen and (max-width: 510px) {
	.kb-feedback-section {
		flex-direction: column;
		width: 100%;
	}
	.kb-feedback-section > p {
		margin: 1.5rem 0.5rem 0.5rem 0rem;
	}
	.kb-feedback-section > a {
		margin: 0.5rem 0.5rem 1.5rem 0rem;
	}
}
