/* contact block*/
.providers-contactBlock {
  padding: 40px 0px;
}

.contactBlockImageContainer {
  width: 345px;
  margin-right: 40px;
  max-width: 100%;
}

.contactBlockImageContainer img {
  width: 345px;
  height: 192px;
  object-fit: contain;
  max-width: 100% !important;
}

.contactBlockHeading {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contactBlockText {
  font-weight: 400;
  font-size: 14px;
  line-height: 137.6%;
  margin-bottom: 20px;
}

.contactBlockEmail,
.contactBlockPhone,
.contactBlockAddress {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--primary-two);
  margin-bottom: 15px;
}

.contactBlockAddress {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .contactBlockImageContainer {
    margin: 30px 0px 0px;
    width: 100%;
  }

  .contactBlockImageContainer img {
    margin-top: 30px 0px;
    width: 100%;
    height: 330px;
  }
}