.contact-section iframe {
  border: 20px solid var(--white) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  margin-top: 40px;
}

.contact-section .content-col {
  padding-left: 60px;
}

.contact-section .content-col ul {
  margin: 20px 0 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.contact-section .content-col li {
  position: relative;
  min-height: 32px;
  padding-left: 50px;
}

.contact-section .content-col li:not(:first-child) {
  margin-top: 15px;
}

.contact-section .content-col li .mdi {
  font-size: 20px;
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-section .content-col li a {
  color: var(--text-color);
  text-decoration: none;
}

.contact-section .content-col li a:hover {
  color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .contact-section .content-col {
    padding-left: 15px;
    margin-top: 30px;
  }
}