.cms-contact .main {
    color: #555555;
    background-color: #fff;
}
.cms-contact .main h1,
.cms-contact .main h2,
.cms-contact .main h3,
.cms-contact .main p,
.cms-contact .main li,
.cms-contact .main a,
.cms-contact .main .fieldset > .field > .label span {
    color: #555555;
}
.form.contact .fieldset  {
    margin-bottom: 0;
}
.cms-contact .page-title-wrapper  h1 {
    font-size: 2.5rem;
    font-weight: normal;
    color: #e31b35;
    font-family: noto_serifregular;
}

.contact-content,
.contact-partner-msg {
    margin-top: 40px;
}
.container-images {
    background: white;
    border-radius: 30px;
    width: 500px;
    max-width: 90vw;
    position: relative;
    min-height: 400px;
}

.team-members {
    position: relative;
    height: 280px;
    margin: 50px -20px;
}

.member {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-1 {
    width: 120px;
    height: 120px;
    left: 20px;
    top: 60px;
    z-index: 2;
}

.member-2 {
    width: 140px;
    height: 140px;
    right: 40px;
    top: 0;
    z-index: 3;
}

.member-3 {
    width: 149px;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
    z-index: 1;
}

.dot {
    position: absolute;
    border-radius: 50%;
    opacity: 0.9;
}

.dot-1 {
    width: 30px;
    height: 30px;
    background: #00BCD4;
    left: 10px;
    top: 20px;
}

.dot-2 {
    width: 22px;
    height: 22px;
    background: #2196F3;
    left: 37%;
    top: 45%;
}

.dot-3 {
    width: 20px;
    height: 20px;
    background: #FFC107;
    left: 50px;
    bottom: 40px;
}

.dot-4 {
    width: 16px;
    height: 16px;
    background: #FFB6C1;
    right: 160px;
    top: 15px;
}

.dot-5 {
    width: 14px;
    height: 14px;
    background: #E8E8E8;
    right: 70px;
    bottom: 70px;
}

.contact-message {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 100px;
}

.brand {
    font-weight: 700;
    color: #000;
}
.cms-contact .form.contact input[type="text"],
.cms-contact .form.contact input.input-text,
.cms-contact .form.contact input[type="email"],
.cms-contact .form.contact input[type="url"],
.cms-contact .form.contact input[type="password"],
.cms-contact .form.contact select,
.cms-contact .form.contact textarea
{
    background: transparent;
    color: #555;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.cms-contact .form.contact .action.primary span {
    padding: 1em 5em;
    background-color: #e31b35;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}
.cms-contact .main .fieldset > .field > .label {
    margin-bottom: 5px;
}
.cms-contact .form.contact input.input-text:focus,
.cms-contact .form.contact input[type="text"]:focus,
.cms-contact .form.contact input[type="password"]:focus,
.cms-contact .form.contact select:focus,
.cms-contact .form.contact textarea:focus
{
    color: #555;
}
@media (max-width: 767px) {
    .cms-contact .main {
        padding: 0 0 3em 0;
    }
    .contact-content,
    .contact-partner-msg {
        margin: 0;
    }
    .team-members {
        margin: 0 -20px;
    }
    .container-images {
        padding: 30px;
        max-width: 100%;
    }
    .member-1 {
        left: 0;
    }
    .member-2 {
        right:-8px;
    }
    .dot-5 {
        right: 0;
    }
}
