@media (min-width: 992px) and (max-width: 1199.98px) {

  .location-stats {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .location-stats .stat-number {
    font-size: 2.2rem;
    line-height: 1;
    white-space: nowrap;
  }

  .location-stats .stat-item p {
    font-size: 1.1rem;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: normal;
  }
}



#map {
    min-height: 44rem;
}

#map .read-more-section__image {
    height: 100%;
}

#map .read-more-section__image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
}

#tech {
    min-height: 44rem;
}

#tech .read-more-section__image {
    height: 100%;
}

#tech .read-more-section__image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
}

#tech .read-more-section__content {
    min-height: 44rem;
    display: flex;
    align-items: center;
}

#tech .read-more-section__content > .row {
    width: 100%;
}

@media (max-width: 991px) {
    #tech {
        min-height: auto;
    }

    #tech .read-more-section__content {
        min-height: auto;
    }
}


#tritiny-wharf .col-lg-12 {
	padding: 0 !important;
}

#tritiny-wharf .col-lg-12 p {
	margin-bottom: 0 !important;
}

#tritiny-wharf .bg-secondary {
    background-color: rgba(122, 203, 199, 0.39) !important;
}


#reciteme-button {
	width: 50px !important;
    height: 50px !important;

}

#reciteme-button img {
	
	width: 50px !important;
    height: 50px !important;
}