/* Style the Image Used to Trigger the Modal */
#myImg9 {
  cursor: pointer;
  transition: 0.3s;
}

#myImg9:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}


/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 0;
  border: 0px;
  width: 80%; /* Could be more or less, depending on screen size */
  max-height: 80%;
}

/* The Close Button */
.close-spq img {
    position: absolute;
    width: 35px;
    top: 110px;
    right: 200px;
    cursor: pointer;
}
  
}
.close:hover,
.close:focus {
  color: #C42A2B;
  text-decoration: none;
  cursor: pointer;
} 
.dnd_area-row-1-background-color {
    background-color: rgba(242, 245, 247, 0) !important;
}
.button, .hs-button, button {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    text-align: center;
    transition: color .15s linear;
    white-space: normal;
    width: 100%;
    justify-content: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  justify-items: end;
}

.column-left {
  padding:60px;
  overflow-y: auto;
}
.column-right {

}
.column-right img {
    max-height: 95.9%;
    max-width: 100%;
}

.tags {
  font-size: 18px;
  color: #c42a2b;
  text-decoration: underline;
  
}
.bullets {
  
}
.bullets img {
  
    position: absolute;
    cursor: pointer;
    width: 50px;
    bottom: 134px;
    right: 524px;
  
}
