.fh5co-quotes {
  position: relative;
  padding: 135px 0 172px;
  text-align: center;
  background-image: url("../images/BG\ ATAS\ 1.png");
  background-position: center;
  background-size: cover;
}
.fh5co-quotes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}
.fh5co-quotes .site-container {
  position: relative;
  z-index: 1;
}

.fh5co-quotes .universal-h2 {
  font-size: 25px;
  margin-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  color: #fff !important;
}
@media (max-width: 1150px) {
  .fh5co-quotes {
    padding: 35px 0 95px;
  }
}
.container {
  width: 100%;
  margin: 10px;
  display: flex;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 90%;
  }
}
@media (max-width: 520px) {
  .container {
    flex-direction: column;
  }
}
h1 {
  font-size: 20px;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
  color: rgb(240, 240, 240);
}

.tile {
  width: 100%;
  background-color: rgb(37, 37, 37);
  margin: 7px;
  border-radius: 17px;
  display: flex;
  justify-content: space-between;
}

.tile p {
  margin: auto;
  font-size: 22px;
}
.tile svg {
  margin: auto;
  margin-top: 3px;
}
.tile:hover {
  transition: cubic-bezier(0.07, 1.41, 0.82, 1.41) 0.2s;
  transform: scale(1.02);
}

.tile-share-button {
  margin: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgb(52, 52, 52);
}

.tile-share-button svg {
  margin: auto;
  margin-top: 10px;
}

.icon {
  margin: 4px 8px;
  width: 40px;
  height: 40px;
}
