/*header section*/

section.about-banner {
    background-image: url('https://relaxtay.com/wp-content/uploads/2023/10/palm-beach-county-beaches.jpg');
    height: 85vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  position:relative;
}

.overlay {
    width: 100%;
    height: 85vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000004a;
    z-index: 1;
}

.about-head {
  width: 100%;
  z-index: 2;
  position: absolute;
}

.about-head h1{
   color:white;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
}



/* exp list section */


.screening-image img {
    width: 100%;
  border-radius:10px;
  height: 480px;
    object-fit: cover;
}

.guest-screening {
margin:0 0 40px 0;
  position: relative;
}

.screening-image {
padding:10px;
border:1px solid #f1f1f1;
  border-radius:10px;
}

.screening-content {
padding: 20px 30px;
}

.fa-phone.mgmt-i:before {
    content: "\f095";
    color: var(--btn-color) !important;
}

.fa-link.mgmt-i:before {
    content: "\f0c1";
 	color: var(--btn-color) !important;
}

.fa-location-dot.mgmt-i:before {
    content: "\f3c5";
  	color: var(--btn-color) !important;  
  margin: 0 5px 0 0;
}

.mgmt-cont p a.mgmt-badge {
	color: var(--btn-color);
  font-size:16px;
  font-weight:normal;
  text-transform:uppercase;
}

.mgmt-cont-icon span {
  display:flex;
  flex-direction:column;
      font-size: 15px;
    margin: 10px 0;
}




