
section.works {
    padding-top: 170px;
    padding-bottom: 250px;
    background-image: url("/wp-content/themes/angelsense/images/ambasador/how-does-it-work_DESKTOP.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: white;
}

section.contact > h2,
section.testimonials > h2,
section.requirements > h2,
section.perk > h2,
section.works > h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

section.testimonials > h2,
section.perk > h2 {
    color: #32b4a6;
}

section.works .wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    margin-top: 3em;
}

section.works .feature {
    position: relative;
    margin-top: 130px;
    width: 30%;
    background-color: rgb(255 255 255 / 20%);
    padding: 2em;
    border-radius: 10px;
}

section.works .feature:before {
    content: "";
    display: block;
    margin: 0 auto;
    background-image: url("/wp-content/themes/angelsense/images/ambasador/1.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 90px;
    height: 66px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -85px;
}

section.works .feature:nth-of-type(2):before {
    background-image: url("/wp-content/themes/angelsense/images/ambasador/2.svg");
}

section.works .feature:nth-of-type(3):before {
    background-image: url("/wp-content/themes/angelsense/images/ambasador/3.svg");
}

section.works .feature img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
}

section.works .feature h3 {
    font-weight: 700;
    color: #f2e997;
    font-size: 24px;
}

section.works .feature p {
    margin-top: 0.5em;
    min-height: 80px;
    font-size: 18px;
}

section.works div.action {
    margin-top: 6em;
}

section.perk {
    background-image: url("/wp-content/themes/angelsense/images/ambasador/ambassador-perk_DESKTOP.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: -170px;
    padding-top: 170px;
}

section.perk div.wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.perk .wrap .half.text {
    width: 47%;
}

.perk .wrap .half.image {
    width: 53%;
}

.perk .wrap .half.image img {
    display: block;
    margin: 4em auto;
    width: 65%;
    height: auto;
}

.perk .half ul li {
    display: block;
    position: relative;
    margin: 0.5em 0em;
    font-size: 18px;
    color: #292929;
    padding-left: 24px;
    line-height: 1.8;
}
.perk .half ul li:before {
    content: '';
    background-image: none;
    background-color: #32b4a5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 12px;
    font-size: 0;
    position: absolute;
    left: 0;
}

.requirements {
    padding: 100px calc((100% - 950px)/ 2);
    background-image: url(/wp-content/themes/angelsense/images/ambasador/Requirments_DESKTOP.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: white;
    margin-top: -200px;
    padding-top: 230px;
}

.requirements .wrap {
    margin-top: 3em;
    margin-bottom: 5em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.requirements > h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #f2e997;
}

.requirements .wrap .half {
    text-align: center;
    padding: 0em 2em;
}

.requirements .wrap .half img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}

.requirements .wrap .half h3 {
    font-weight: 700;
    color: #f2e997;
    font-size: 24px;
}

.requirements .wrap .half p {
    margin-top: 0.5em;
    font-size: 18px;
    line-height: 28px;
}

.requirements div.action {
    margin-top: 3em;
}

section.testimonials {
    padding-bottom: 150px;
}

section.testimonials .wrap {
    width: 700px;
    margin: 0 auto;
    margin-top: 3em;
}

.ambassador {
    text-align: center;
}

.ambassador img {
    display: block;
    margin: 0 auto;
    width: 500px;
    height: auto;
}

.ambassador .name {
    display: block;
    color: #ababab;
    margin: 2em 0em;
    font-size: 20px;
    font-weight: 600;
}

.ambassador h3 {
    width: 75%;
    margin: 0 auto;
    color: #32b4a5;
    font-size: 26px;
    font-weight: 600;
}

section.contact {
    padding: 100px calc((100% - 700px)/ 2);
    background-color: #839dac;
    text-align: center;
    color: white;
}

section.contact > p {
    margin-top: 0.5em;
    font-size: 18px;
}

section.contact a {
    text-decoration: underline;
    color: #f2e997;
}

section.contact form {
    margin-top: 3em;
}

section.contact form input {
    padding: 0.7em;
    width: 100%;
    border: none;
    border-radius: 5px;
}

section.contact form textarea {
    padding: 0.7em;
    margin: 0 auto;
    margin-top: 1em;
    border: none;
    border-radius: 5px;
}

.frm_required {
    display: none;
}

section.contact form button[type="submit"] {
    display: inline-block;
    margin-top: 0em;
    padding: 0.5em 2em 0.5em 2em;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-size: 1.7em;
    color: white;
    background-color: #f2e997;
    color: #839dac;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all 0.3s;
    border: none;
    margin-top: 2em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #839dac;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #839dac;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #839dac;
}
:-moz-placeholder { /* Firefox 18- */
    color: #839dac;
}