@media (max-width: 1024px){
    .content-wrap-5{
        padding: 20px 28px 15px;
    }
    .content-wrap-5 .title{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 24px;
        color: #142E79;
    }
    .content-wrap-5 .content{
        margin: 20px 0;
        padding: 28px 15px 28px 20px;
        border: 1px solid #57658D;
    }
    .content-wrap-5 .content p{
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 14px;
        color: #142E79;
        line-height: 24px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1025px){
    .content-wrap-5{
        padding: 100px 240px 208px;
    }
    .content-wrap-5 .title{
        font-family: Arial, Arial;
        font-weight: 700;
        font-size: 64px;
        color: #142E79;
    }
    .content-wrap-5 .content{
        margin-top: 64px;
        margin-bottom: 88px;
        padding: 22px 52px 55px;
        border: 1px solid #57658D;
    }
    .content-wrap-5 .content p{
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 32px;
        color: #142E79;
        line-height: 40px;
        margin-bottom: 30px;
    }
}
