.section-verified-professionals {
    height: 596px;
    background-color: #35342E;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    overflow: hidden;
}

.verified-professionals-left-decoration {
    width: 366px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.verified-professionals-top-decoration,
.verified-professionals-bottom-decoration {
    width: 366px;
    height: 298px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.white { background-color: #FFFFFF; }
.black { background-color: #35342E; }

.w-2 { width: 2px;}
.w-4 { width: 4px;}
.w-6 { width: 6px;}
.w-8 { width: 8px;}
.w-10 { width: 10px;}
.w-12 { width: 12px;}
.w-14 { width: 14px;}
.w-16 { width: 16px;}
.w-18 { width: 18px;}
.w-20 { width: 20px;}
.w-24 { width: 24px;}

.verified-professionals-main {
    /*box-sizing: border-box;*/
    width: 752px;
    min-width: 752px;
    max-width: 752px;
    margin-left: auto;
    padding: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.verified-professionals-main-header {

}

.verified-professionals-main-header-subtitle {
    color: #F8F8EE;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    opacity: 0.7;
}

.verified-professionals-main-header-title {
    color: #F8F8EE;
    font-family: 'Stack Sans Notch', sans-serif;
    font-size: 56px;
}

.verified-professionals-main-description {
    color: #F8F8EE;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 165%;
    opacity: 0.7;
}

.verified-professionals-illustration {
    width: 594px;
    min-width: 594px;

    height: 596px;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/badge.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

