.card-main-right-content {
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.14);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 20px;
}
.card-main-right-content-title {
    font-size: 18px;
    font-weight: 500;
}
.right-content-realtive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
}
.right-content-realtive text{
    padding: 5px 0;
}

.contact-map {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .contact-map #map {
    width: 100%;
    height: 100%;
  }