
.support {
    padding: 5em calc((100% - 800px) / 2);
}

.support h3 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: #32B4A6;
}

.support ul {
    display: block;
    margin: 2em auto;
    width: 85%;
}

.support ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 1.5em;
    color: #292929;
    font-size: 18px;
}

.support ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url(/wp-content/themes/angelsense/images/case-study/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 19px;
    height: 24px;
}

.prevent {
    text-align: center;
    padding: 5em calc((100% - 1190px) / 2);
    background-color: #32B4A6;
}

.prevent p {
    margin: 2em 0em;
    color: white;
    font-size: 20px;
}

.info {
    padding: 5em calc((100% - 1190px) / 2);
    padding-bottom: 1em;
    text-align: center;
}

.info ul {
    margin-top: 4em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

.info ul li {
    width: 32%;
}

.info ul .icon {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #32b4a6;
}

.info ul .icon.police {
    background-image: url(/wp-content/themes/angelsense/images/case-study/police.svg);
}

.info ul li .percent {
    display: inline-block;
    background-image: url(/wp-content/themes/angelsense/images/case-study/90.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 0.3em;
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
}

.info ul .icon.rescue {
    background-image: url(/wp-content/themes/angelsense/images/case-study/rescue.svg);
}

.info ul p {
    font-size: 18px;
    line-height: 24px;
    color: #292929;
}

div#counters_1 {
    position: relative;
    top: -20px;
}

.articles {
    padding: 2em calc((100% - 1190px) / 2);
    padding-bottom: 5em;
}

.articles .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.articles .wrap .article {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
    margin-bottom: 4%;
    background-color: #EFEFF4;
    border-radius: 0.625rem 0rem 0rem 0.625rem;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
}

.articles .wrap .article .image {
    display: block;
    width: 260px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.articles .wrap .article .text {
    padding: 1em;
    width: calc(100% - 260px);
}

.articles .wrap .article .text h3 {
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    min-height: 60px;
}

.articles .wrap .article .text a.link {
    display: block;
    margin-top: 1em;
    text-decoration: underline;
    color: #32b4a6;
    font-weight: 600;
}

.articles p.note {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
    color: #292929;
}

#sign {
    margin-top: 2em;
    position: relative;
}

.contact {
    padding: 5em calc((100% - 800px) / 2);
    background-color: #EFEFF4;
}

.contact label {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 1em;
    position: relative;
}

.contact label.textarea {
    width: 94.5%;
}

.contact label select, .contact label textarea, .contact label input {
    display: block;
    padding: .8em .5em;
    width: 100%;
    border: 2px solid rgb(228 225 225);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    transition: all .3s;
    resize: none;
    font-size: 0.9rem;
}

.contact label.promo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    margin: 0 auto;
}

.contact label.promo input,
.contact label.promo span {
    display: inline-block;
    vertical-align: top;
    color: #292929;
    width: auto;
}

.contact label.promo input {
    position: relative;
    top: 5px;
}

#sign label.promo a {
    color: #32b4a6 !important;
}

#sign div {
    text-align: center;
}

#sign input[type="submit"] {
    color: white;
    background-color: #32b4a6;
    border-radius: 9999px;
    font-size: 25px;
    font-weight: 600;
    padding: 0.5em;
    text-transform: uppercase;
}