body.verified {
    background-color: #f4f7f6;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

a {
    color: #324945;
}

a:hover {
    color: #00a677;
    text-decoration: none;
}

header {
    background-color: #f4f7f6;
    padding: 20px;
}

section:nth-child(odd) {
    background-color: #fafafa;
}

footer {
    background-color: #f4f7f6;
    width: 100%;
}

.logo {
    height: 35px;
}

.flag {
    height: 20px;
}

.store {
    height: 50px;
}

.logo-itiden {
    height: 12px;
    margin-left: 6px;
    margin-top: -4px;
}

.social-icon {
    height: 50px;
}

.phone {
    width: 300px;
    margin-right: -40px;
}

.container {
    max-width: 720px;
    margin: auto;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.column {
    align-items: flex-start;
    flex: 1;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.vtop {
    justify-content: flex-start;
}

h1,
h2,
h3,
p,
li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #1b564e;
}

h1 {
    line-height: 1.3;
    font-weight: 600;
    color: #00a677;
    font-size: 30px;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

h2:last-child,
p:last-child {
    margin-bottom: 0;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0 0 0 15px;
}

li {
    font-size: 16px;
}

strong {
    font-weight: 600;
}

.support-img {
    width: 100%;
}

input {
    padding: 5px 10px;
    font-size: 16px;
}

.field {
    margin-bottom: 10px;
}

.btn {
    background-color: #1b564e;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    border: none;
    font-size: 16px;
}

.btn-sm {
    padding: 7px 20px;
}

@media screen and (max-width: 720px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 13px;
    }

    li,
    p {
        font-size: 12px;
    }

    .phone {
        width: 250px;
        margin-right: -80px;
    }

    .thumbs-up {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .logo {
        height: 25px;
    }

    .phone {
        width: 200px;
        margin-right: -80px;
    }

    header {
        padding: 10px;
    }

    .column {
        padding: 10px;
    }

    .pricing {
        display: block;
    }

    .pricing .column {
        width: auto;
    }
}
