@media (max-width: 480px) {
  #fBanner .fBanner .fGalleryImages .fGalleryItem a.fGalleryImage img {
    width: 100%;
  }
}

/*Panel Of Solicitor*/
.about-event .f-media {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 20px;
	border: 1px solid #000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 20px;
    background-color:#f7f7f7;
}

.about-event .f-media-image {
  width: 40%;
}

.about-event .f-media-image img {
  width: 100%; 
  height: auto;
  display: block;
  border-radius: 5px;
}

.about-event .f-media-text h3{
	font-weight: 800;
	color: var(--brand-color-blue);
	font-size: 2rem;
}

.about-event .f-media-text p{
margin-top:0;
}

.about-event .f-media-text {
    width: 60%; 
	padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #000;
}

@media (max-width: 991.9px) {
  .about-event .f-media {
    flex-direction: column;
  }

  .about-event .f-media-image,
  .about-event .f-media-text {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}

.form-list .f-list-column.f-list-column-2 {
	width: 500px !important;
	flex-basis: 300px !important;
}
