body {

}

.sec1 {
    display: block;
    height: auto;
    background-color: #fff5f5;
    background-image: url("../img/sec1_bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 96px;
    padding-top: 6rem;
}

.sec_top {
    background-color: rgba(255, 245, 245, 0.8);
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 80px 0 80px;
    padding: 5rem 5rem 0 5rem;
}

.flex-container article {
    width: 70%;
    padding: 0 0 0 48px;
    padding: 0 0 0 3rem;
}

.flex-container div {
    width: 30%;
}

.flex-container div img {
    width: 80%;
    max-width: 283px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.54);
}

.ss_article {

}

.contact_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0!important;
    border-top: none!important;
}

.ss_article2 h2{
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.ss_article2 p {
    border-top: 1px solid #333;
    padding: 32px 0;
    padding: 2rem 0;
}

.ss_article2 .contact_links {
}

.ss_article2 .contact_links a {
    padding: 16px 32px;
    padding: 1rem 2rem;
    border-radius: 5px;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 16px;
    margin: 1rem;
}

.ss_article2 .contact_links a:hover {
    background-color: #333;
    color: #fff5f5;
}

.formular {
    width: 100%;
}

.formular .ss_article {
    padding: 0;
}


form {
    margin: 48px;
    margin: 3rem;
}

form a, form a:hover, form a:active, form a:focus {
    color: #333;
    text-decoration: underline;
}



.break span {
    border-bottom: 1px solid #333;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form-center-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-center-flex .form-group {
    margin-bottom: 0!important;
}

.form-center-flex .checkbox:first-of-type {
    margin-top: 0!important;
}

.form-center-flex .checkbox:last-of-type {
    margin-bottom: 0!important;
}








/* col-lg */
@media screen and (min-width: 1600px) {

}

/* col-lg */
@media screen and (min-width: 1200px) and (max-width: 1599px){

}

/* col-md */
@media screen and (min-width: 992px) and (max-width: 1199px){


}

/* col-sm */
@media screen and (min-width: 768px) and (max-width: 991px){
    .flex-container div{
        display: none;
    }

    .flex-container article {
        width: 100%;
        padding: 0;
    }
}

/* col-xs */
@media screen and (max-width: 767px){
    .flex-container div{
        display: none;
    }

    .flex-container article {
        width: 100%;
        padding: 0;
    }

    .ss_article2 .contact_links a {
        padding: 2rem 0;
        width: 100%;
        margin: 1rem 0;
    }
}


