.widget-web-form-2 {
    display: block;
    background-color: #116afc;
}

.widget-web-form-2 .widget-web-form-2-wrapper {
    padding: 30px 0;
}

.widget-web-form-2 .widget-web-form-2-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    word-break: break-word;
}

.widget-web-form-2 .widget-web-form-2-image {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 143px;
    transform: translateY(-71px);
    text-align: center;
    background-image: url("images/question_mark.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-web-form-2 .widget-web-form-2-description {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    white-space: normal;
}

.widget-web-form-2 .widget-web-form-2-button {
    border-color: #fff!important;
    color: #fff!important;
    border-width: 1px;
}

.custom-whatsapp-button{
	margin-right: 5px
}

.custom-form-buttons{
    margin-right: 50px;
}

.custom-whatsapp-button-content{
    border: 2px solid white;
    height: 48px;
    width: 181px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    background-color: green;
}

@media (min-width: 1024px) and (max-width: 1400px) {
	.custom-1400 {
		margin: 0 20px 0 0 !important;
	}
}


@media all and (max-width: 768px) {
    .widget-web-form-2 .widget-web-form-2-wrapper {
        text-align: center;
    }
}