.shortcode-box {
    margin: 30px 0 !important;
}

.shortcode-contactus {
    display: flex;
    padding: 40px !important;
    border-radius: var(--largeradius);
    transition: 250ms all ease;
    align-items: center;
    background: var(--primary-text);
    justify-content: space-between;
}
.scode-info {
    display: block;
    text-align: start;
    flex: 1;
}
.scode-info > h2 {
    display: flex;
    margin: 0 0 0px;
    justify-content: start;
    text-align: start;
    font-size: 30px;
    color: white;
}
.scode-info > p {
    margin: 10px 0 0;
    color: #c1c1c1;
    max-width: 500px !important;
}
.scode-btncall {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.scode-btncall > a {
    justify-content: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: white;
    padding: 8px 18px;
    border: 1px solid var(--uicolor);
    border-radius: var(--miniradius);
    background: var(--uicolor);
}
.scode-btncall > a:hover {
    background: rgb(255 255 255);
    color: var(--uicolor);
}
.scode-btncall > a.--button-call-link-whatsapp {
    color: var(--primary-text);
    background: white;
    border-color: var(--diver);
}
.scode-btncall > a:last-child {
    margin-bottom: 0;
}

.scode-btncall > a.--button-call-link-whatsapp:hover {
    color: var(--uicolor);
    border-color: var(--uicolor);
}