.flex{
  display: flex;
  gap: 200px;
}
.form{
  width: fit-content;
}

.bx{
	background: #cedaf2;
	padding: 20px;
	max-width: 340px;
	margin-top: 10px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.ctitle{
		font-weight: bold;
}
.contact_info{
	margin-top: 15px;
}


.bar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}