.wrapper{
    position: relative;
    display: flex;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    min-width: 360px;
}
.block-bg{
    position: relative;
    z-index: -1;
}
.bg{
    height: 498px;
    background: url('../img/flp/bg.jpg') no-repeat 50% 50%/cover;
}
.img{
    position: absolute;
    width: 100%;
    height: 498px;
}
.title{
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 40px;
    margin-top: 40px;
}
.info__row, .desc__row, .information__row{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.info__border{
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 15px 50px;
    text-align: center;
}
.info__title{
    color: #000000;
    font-weight: bold;
    font-size: 28px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 15px;
    line-height: 34px;
}
.info__title span{
    color: #7f7f7f;
    font-family: 'PT Sans', sans-serif;
}
.info__text{
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
.desc__border{
    border: 3px dashed #ffffff;
    padding: 15px 50px;
    text-align: center;
    margin-bottom: 40px;
}
.desc__title{
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 15px;
    line-height: 30px;
}
.desc__text{
    color: #222222;
    font-weight: bold;
    font-size: 28px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 15px;
    line-height: 28px;
}
.desc__subtext{
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.desc__block{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    line-height: 38px;
}
.desc__link img{
    max-width: 100%;
}
.desc__box{
    align-items: center;
    font-family: 'PT Sans', sans-serif;
    margin: 30px 0;
}
.desc__label{
    background: #4a8a2c;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
}
.desc__or{
    margin: 0 50px;
    font-weight: 700;
    font-size: 18px;
}
.desc__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.desc__border_purple{
    border: 3px dashed #ffffff;
}
.desc__tagline{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    width: 60%;
    font-weight: 600;
    margin-left: 15px;
    line-height: 24px;
}
.desc__lead{
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 20px;
}
.desc__content{
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.content__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.content__row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content__pic, .content__row{
    margin-bottom: 30px;
}

.content__card{
    margin-bottom: 25px;
}

.content__pic img{
    height: 70px;
}

.content__subtitle{
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin-bottom: 20px;
}
.desc__bg{
    font-family: 'PT Sans', sans-serif;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

.desc__bg a{
    color: #ffffff;
    text-decoration: underline;
}

.desc__bg a:hover{
    color: #0056b3;
    text-decoration: underline;
}

.desc__heading{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 34px;
}

.desc__number{
    padding: 0;
    width: 95%;
    margin: 0 auto;
    list-style-type: none;
    font-size: 16px;
}

.desc__number-item{
    margin-bottom: 15px;
}

.desc__number .desc__list {
    list-style-type: square !important;
    padding-left: 40px !important;
}

.desc__number .desc__list-none {
    list-style-type: none !important;
    padding-left: 40px !important;
}

.desc__list-none li{
    margin-bottom: 10px;
}

.desc__number .desc__list-dot{
    list-style-type: disc !important;
    padding-left: 40px !important;
}

.desc__dashed{
    border: 3px dashed #ed7d31;
    padding: 25px;
    margin: 0 -25px;
}

.desc__blockquote{
    margin: 0 0 0 65px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-style: initial;
    border: none;
    padding: 0;
}

.information{
    background: #d9d9d9;
}

.information__row{
    margin-bottom: 30px;
    margin-top: 0;
}

.information__title{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin: 30px 0;
    line-height: 34px;
}

.information__subtext{
    font-size: 16px;
}

.information__subtext a{
    color: #007bff;
    text-decoration: none;
}

.information__subtext a:hover{
    color: #0056b3;
    text-decoration: underline;
}


.information__text{
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 768px){
    .info__border, .desc__border, .desc__border_purple{
        padding: 15px;
    }
    .desc__box {
        flex-direction: column;
    }
    .desc__link img{
        max-width: initial;
    }
    .bg {
        height: 350px;
    }
    .desc__number .desc__list-none, .desc__number .desc__list{
        padding-left: 20px !important;
    }
    .desc__blockquote{
        margin: 0 0 0 30px;
    }
    .desc__dashed {
        padding: 10px;
        margin: 0 -10px;
    }
}