body {
  overflow-x: hidden; /* Hide vertical scrollbar */
}

.container .icon {
  color: #3CB371;
  font-size: 3rem;
}

img .img-about {
  width: 50rem;
  height: 36rem;
}

.modal-video {
  position: relative;
  height: 30rem;
}

.modal-video iframe {
  width: 100%;
  height: 100%;
}

.icon object {
  width: 2rem;
}

.disable-link {
  cursor: no-drop;
  color: #949494;
}

.services .title.disable-link::after {
  background-color: #949494;
}