
.contact-header-container {
    position: relative;
}

.speech-bubble {
    border-radius: 12.5px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
    position: absolute;
    top: 60px;
    width: 475px;
    border-radius: 12.5px;
    right: 100px;
    left: 0;
    margin: auto;
}

.speech-bubble:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 10px;
    border-width: 10px;
    border-style: solid;
    border-width: 0 24px 20px 0;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    border-color: var(--color-light-peach);
}

.contact-illustration img {
  max-width: 350px;
  width: 100%;
  height: auto;
}

.contact-item-wrap{
    background: linear-gradient(0deg, var(--color-white),var(--color-white),var(--color-red));
    padding: 1px;
    border-radius: 8px;
    box-shadow: 0 1px 8px #00000014;
}

.contact-item{
    border-radius: 8px;
}

.contact-icon{
    width: 35px;
    height: 35px;
}


.map-container iframe {
    width: 100%;
    height: 346px;
    border-radius: 8px;
}