.speakers-listing {
  box-sizing: border-box!important;
}
.speaker-item {
    box-sizing: border-box!important;
	padding: 0 10px;
	cursor: pointer!important;
}
.modal-body p {
    font-size: 15px!important;
}
.modal-title {
    font-size: 18px;
    line-height: 1.75em;
	margin-bottom: 0;
	padding-bottom: 10px!important;
}
.company-position {
    margin-bottom: 20px;
    font-size: 12px;
}
.modal-body {
    padding-top: 50px;
}
.modal-header {
    position: absolute!important;
    border: none !important;
    right: 0;
	z-index: 10000;
}
.modal-lg-custom {
    max-width: 1100px; /* Adjust this value to set the width */
}
h3.speakers-title {
    font-size: 28px !important;
    color: rgba(0, 44, 115, 0.85) !important;
    font-family: 'Montserrat'!important;
    font-weight: 700!important;
    line-height: 1.5em!important;
}
.modal-body div {
    box-sizing: border-box;
}
.speaker-item h5.card-title {
    font-family: Montserrat;
    font-weight: bold;
    color: rgb(0, 44, 115);
    font-size: 18px;
    padding-bottom: 10px;
}
.speaker-item .position {
	color: rgb(0, 44, 115); 
	font-size: 13px;
	font-style: italic;
}
.speaker-item .company {
	font-size: 15px; 
	color: rgb(0, 44, 115);
}
.modal-backdrop {
  z-index: 1 !important;
}

.modal-body img {
  max-width: 100%;
  height: auto;
}
.modal-dialog {
    margin-top: 200px;
}