* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #343434;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
}

.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
}
.column {
    display: flex;
    flex-direction: column;
    width: 800px;
}
.col-1 {
    width: 200px;
    margin-left: 85px;
    align-items: center;
}
.col-2 {
    width: 600px;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 20px;
    line-height: 23px;
    margin: 5px 0 15px 0;
    text-align: center;
}
h2 {
    font-size: 19px;
    line-height: 22px;
    margin: 25px 0 15px;
}
p {
    margin: 0;
    line-height: 1.55;
}
#logo-wrapper {
    flex-direction: row;
}
#logo {
    display: inline-block;
    width: 198px;
    height: 52px;
}
#person {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 15px;
}
#person-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
    text-align: left;
}
#SiteManagerImage {
    display: inline-block;
    width: 71px;
    height: 71px;
}

#name {
    color: #414141;
}
#position {
    font-size: 13px;
    color: #98A5B2;
    margin-top: 4px;
}

#welcome-text {
    margin-top: 50px;
}
#welcome-text .col-2{
    padding: 0 100px 0 10px;
}

#app-banner {
    background-image: url(../img/bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #FFFFFF;
    margin-top: 45px;
}
#app-banner .col-2{
    padding: 0 60px 0 60px;
}
#app-photo {
    display: inline-block;
    width: 182px;
    height: 229px;
}

.download-app {
    display: inline-block;
    width: 135px;
    height: 41px;
    margin-right: 15px;
}

#phone-text {
    margin: 30px 0 15px;
}
#phone-small-text {
    font-size: 12px;
    line-height: 23px;
    margin-top: 9px;
}
#form1 {
    display: flex;
    position: relative;
    /*width: 250px;*/
    height: 40px;
}
    #form1:before {
        content: '+1';
        display: flex;
        height: 40px;
        width: 25px;
        position: absolute;
        left: -25px;
        font-weight: bold;
        font-size: 15px;
        line-height: 40px;
        color: #FFFFFF;
        opacity: .64;
    }
#form1 input {
    background: #FFFFFF;
    color: #343434;
    width: 150px;
    height: 40px;
    border: none;
    font-weight: bold;
    font-size: 15px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
}
    #form1 button {
        background: #6DD34A;
        color: #FFFFFF;
        width: 100px;
        height: 40px;
        border: none;
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
        outline: none;
    }
input.sendLinkClass {
    background: #6DD34A !important;
    color: #FFFFFF;
    width: 100px;
    height: 40px;
    border: none;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    outline: none;
}

 

#terms-wrapper {
    margin-top: 25px;
}
#terms-wrapper > .column > b {
    text-align: center;
    margin-bottom: 15px;
}
#terms {
    width: 100%;
    height: 223px;
    border: 1px solid #D9D9D9;
    border-radius: 18px;
    padding: 32px;
    text-align: left;
}
#terms > p {
    width: 100%;
    height: 100%;
    padding-right: 70px;
}
.simplebar-track.simplebar-vertical {
    background: #ECEBEB;
    width: 5px;
}
.simplebar-scrollbar::before {
    opacity: 1 !important;
    border-radius: 0;
    top: 0 !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    background-color: #26ABDF;
}

@media screen and (max-width: 800px) {
    .wrapper {
        flex-direction: column;
        text-align: center;
    }
    .col-1, .col-2, .column {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    #terms {
        height: 400px;
    }
    #terms > p {
        padding-right: 40px;
    }
    #welcome-text .col-2 {
        margin-top: 30px;
    }
    #form1 {
        align-self: center;
    }
    .download-app {
        margin-left: 10px;
        margin-right: 10px;
    }
}
