.background {
    height: 118px;
    width: 100%;
    background-color: #F0F9EE;
    box-shadow: 0 2px 4px 0 #FAFAFA;
}

.circle3 {
    max-width: 80px;
    max-height: 80px;
}

.titl01 {
    color: #010000;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.text01 {
    max-width: 696px;
    color: #7A7A7A;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.video {
    max-height: 292px;
    max-width: 580px;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    /*ios 7 border-radius-bug */
    -webkit-transform: rotate(0.000001deg);
    /*mac os 10.6 safari 5 border-radius-bug */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 20px 22px 0 rgba(184, 184, 184, 0.34);
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paragraph {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}

.problems strong {
    font-weight: 600;
    color: #464646
}

.dev02 {
    width: 85%;
}

.rectangle {
    height: 431px;
    width: 1000px;
    border-radius: 7px;
    background-color: #8FD181;
    box-shadow: 0 2px 12px 0 #F2F2F2;
}

.line {
    box-sizing: border-box;
    height: 1px;
    width: 53px;
    border: 1px solid #3A52CC;
}

.text {
    height: 81px;
    color: #7A7A7A;
    font-size: 17px;
    line-height: 27px;
}

.circle2 {
    height: 30px;
    width: 30px;
}

.text02 {
    min-height: 20px;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 27px;
}

.mask2 {
    width: 50%;
    border-radius: 7px;
    background: rgb(116,207,97);
    background: linear-gradient(156deg, rgba(116,207,97,1) 0%, rgba(98,208,74,1) 50%, rgba(193,249,181,1) 100%);
    box-shadow: 0 2px 12px 0 #F2F2F2;
}

.green {
    color: #70C75C;
    font-weight: bold;
}

.green-small {
    color: #70C75C;
}

.green-button {
    height: 50px;
    min-width: 200px;
    border-radius: 25px;
    color: #FFFFFF;
    text-align: center;
    margin: 50px 0px 100px 0px;
    background: rgb(116,207,97);
    background: linear-gradient(156deg, rgba(116,207,97,1) 0%, rgba(98,208,74,1) 50%, rgba(193,249,181,1) 100%);
}

.schema-title {
    color: #454444;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.interogation-text {
    color: #7A7A7A;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.bold-text {
    color: #454444 !important;
    font-weight: bold;
}

.image1 {
    width: 70%;
}

.image2 {
    width: 100%;
}

.text-image {
    margin: 40px 95px 0px 115px;
}

.text-image-2 {
    margin: 40px 125px 0px 0px;
}

.schema-1 {
    width: 50%;
}

.schema-2 {
    width: 60%;
}

@media (max-width: 1200px) {
    .text-image {
        margin: 0px 20px 0px 20px;
    }
    .text-image-2 {
        margin: 0px 40px 0px 0px;
    }
    .mask2 {
        width: 100%;
        border-radius: 0px;
        background: rgb(116,207,97);
        background: linear-gradient(156deg, rgba(116,207,97,1) 0%, rgba(98,208,74,1) 50%, rgba(193,249,181,1) 100%);
    }
}

@media (max-width: 1200px) {
    .text-image {
        margin: 0px 20px 0px 20px;
    }
    .text-image-2 {
        margin: 0px 25px 0px 25px;
    }
    .interogation-text {
        padding: 0px 20px 0px 20px;
    }
    .image1 {
        width: 90%;
    }
    .schema-1 {
        width: 70%;
    }
    .card-c {
        height: auto !important;
        margin: 25px 110px !important;
    }
    .fix-btn-bottom {
        padding: 0px !important;
        position: unset !important;
        bottom: none !important;
        left: none !important;
        right: none !important;
    }
}

@media (max-width: 768px) {
    .text-image {
        margin: 0px 20px 0px 20px;
    }
    .text-image-2 {
        margin: 0px 25px 0px 25px;
    }
    .interogation-text {
        padding: 0px 20px 0px 20px;
    }
    .image1 {
        width: 90%;
    }
    .schema-1 {
        width: 100%;
    }
    .card-c {
        height: auto !important;
        margin: 25px 0px !important;
    }
    .fix-btn-bottom {
        padding: 0px !important;
        position: unset !important;
        bottom: none !important;
        left: none !important;
        right: none !important;
    }
    .card-button {
        width: 265px !important;
    }
    .container-1 {
        padding: 50px 0px !important;
    }
}

/* new classes */

.container-1 {
    padding: 100px 0px;
    background-color: #FAFAFA;
}

.green-text {
    color: #70C75C;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    padding: 8px;
}

.card-c {
    height: 591px;
    border-radius: 7px;
    background-color: #FAFAFA;
    box-shadow: 0 2px 12px 0 rgba(184, 184, 184, 0.34);
    margin: 0px 60px;
}

.card-header {
    padding: 35px 75px;
    background-color: #FAFAFA;
}

.card-text {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.card-icon {
    width: 6%;
    margin-right: 15px;
}

.card-content-text {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 27px;
}

.card-body .card-button {
    height: 50px;
    width: 335px;
    color: #FFFFFF;
    line-height: 30px;
    border-radius: 25px;
    background: rgb(116,207,97);
    background: linear-gradient(156deg, rgba(116,207,97,1) 0%, rgba(98,208,74,1) 50%, rgba(193,249,181,1) 100%);
    text-align: center;
    padding-left: unset !important;
}

.fix-btn-bottom {
    padding: 5px 5px 5px 40px;
    position: absolute;
    bottom: 0;
    /* attaches the element to the bottom */
    left: 0;
    /* attaches the element to the left-side */
    right: 0;
    /* attaches the element to the right-side */
}

.mail-icon {
    height: 70px;
    width: 70px;
    margin-bottom: 30px;
}

.mail-text {
    color: #7A7A7A;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.example-panel {
    min-height: 113px;
    padding: 15px 25px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(184, 184, 184, 0.34);
}

.example-paragraph {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 27px;
}

.vertical-line {
    min-height: 113px;
    border-left: 1px solid #70C75C;
}

.container-mail {
    margin-top: -55px;
    background-color: #FAFAFA;
    padding-top: 110px;
    text-align: center;
}

.details-circle {
    height: 25px;
    width: 45px;
    border-radius: 0 0 90px 90px;
    position: absolute;
    right: 46%;
    background-color: #FFFFFF;
    box-shadow: 0 3px 7px 0 #E8E8E8;
}
