body {
    font: 12px / 18px 'Raleway', sans-serif !important;
}

a.header-logo {
    width: 160px;
    height: 50px;
    background-image: url(/images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.header {
    background-color: transparent;
}

.accent {
    color: var(--accent-color);
}

.d-block {
    display: block;
}

.btn {
    height: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px var(--accent-color) solid;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-1 {
    background-color: var(--accent-color);
    color: #fff;
}

.btn-2 {
    background-color: transparent;
    color: var(--accent-color);
}

.main-banner-feedback {
    display: flex;
    flex-wrap: wrap;
}

.main-banner-feedback .btn-wrap {
    margin: 0 18px 18px 0;
}

body {
    position: relative;
}

body:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 150%;
    height: 340px;
    background: #F5F5F5;
    transform: rotate(-17deg);
    top: 200px;
    left: -25%;
}

.feedback-picture img {
    display: block !important;
}

.green-line:before {
    content: '';
    background: #6ac671;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px 2px 0;vertical-align: middle;
    width: 12px;
    flex-shrink: 0;
    line-height: 0;
    border: 4px #afe8b4 solid;
}

span.strong {
    font-weight: 800;
}


.whatsapp-button {
    white-space: nowrap;
    padding: 12px 20px;
    background-color: #4caf50;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border-radius: 30px;
    display: block;
    width: fit-content;
    max-width: 250px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.whatsapp-button:hover {
    text-decoration: none !important;
}

.whatsapp-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='%23fff'%3E%3Cpath d='M435.922 74.352C387.824 26.434 323.84.027 255.742 0 187.797 0 123.711 26.383 75.297 74.29 26.797 122.276.063 186.05 0 253.628v.125c.008 40.902 10.754 82.164 31.152 119.828L.7 512l140.012-31.848c35.46 17.871 75.027 27.293 114.934 27.309h.101c67.934 0 132.02-26.387 180.441-74.297 48.543-48.027 75.29-111.719 75.32-179.34.02-67.144-26.82-130.883-75.585-179.472zM255.742 467.5h-.09c-35.832-.016-71.336-9.012-102.668-26.023l-6.62-3.594-93.102 21.176 20.222-91.907-3.898-6.722C50.203 327.004 39.96 290.105 39.96 253.71c.074-117.8 96.863-213.75 215.773-213.75 57.446.024 111.422 22.294 151.985 62.7 41.176 41.031 63.844 94.711 63.824 151.153-.047 117.828-96.856 213.687-215.8 213.687zm0 0' data-original='%23000000'/%3E%3Cpath d='M186.152 141.863h-11.21c-3.903 0-10.239 1.461-15.598 7.293-5.364 5.836-20.477 19.942-20.477 48.63s20.965 56.405 23.887 60.3c2.926 3.89 40.469 64.64 99.93 88.012 49.418 19.422 59.476 15.558 70.199 14.586 10.726-.97 34.613-14.102 39.488-27.715s4.875-25.285 3.414-27.723c-1.465-2.43-5.367-3.887-11.215-6.8-5.851-2.919-34.523-17.262-39.886-19.212-5.364-1.941-9.262-2.914-13.164 2.926-3.903 5.828-15.391 19.313-18.805 23.203-3.41 3.895-6.824 4.383-12.676 1.465-5.852-2.926-24.5-9.191-46.848-29.05-17.394-15.458-29.464-35.169-32.879-41.005-3.41-5.832-.363-8.988 2.57-11.898 2.63-2.61 6.18-6.18 9.106-9.582 2.922-3.406 3.754-5.836 5.707-9.727 1.95-3.89.973-7.296-.488-10.21-1.465-2.919-12.691-31.75-17.895-43.282h.004c-4.382-9.71-8.996-10.039-13.164-10.21zm0 0' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");
}

.main-banner-item .whatsapp-button {
    margin-top: -10px;
    margin-bottom: 30px;
}

.footer-logo {
    flex-shrink: 0;
}


.footer-column-3 .whatsapp-button {
    margin: 0 auto !important;
}