

.is-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    .title, .review-avg{
        width: 45%;
    }
    .title{
        h1{
            margin-bottom: 40px;
        }
        a{
            box-shadow: none;
        }
        .is-b{
            background-color: #ffffff;
            margin-left: 10px;
            text-decoration: underline;
            color: #434343;
        }
    }
    .title{
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .review-avg{
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(45% - 100px);
        flex-direction: column;
        position: relative;
    }
    .star{
        display: flex;
        justify-content: space-between;
        align-items: center;
        svg{
            width: 40px;
        }
    }
    .ra-l{
        width: 100%;
        background-color: #f5fbff;
        padding: 40px;
        border-radius: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
        //box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
        h2{
            font-size: 70px;
            font-weight: 700;
            font-family: 'Barlow';
            margin-right: 20px;
            width: 40%;
            display: flex;
            justify-content: center;
            align-items: center;
            .low{
                font-size: 40px;
                color: #434343;
            }
        }
        .star{
            width: 50%;
        }
        span{
            width: 100%;
            display: block;
            margin-top: 20px;
            text-align: center;
        }
    }
    .ra-r{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: absolute;
        z-index: 1;
        transform: rotate(8deg);
        width: 80%;
        opacity: .5;
        .user{
            width: 49%;
            margin-bottom: 5px;
            position: relative;
            img{
                width: 100%;
                display: block;
                margin: auto;
            }
        }
        .u-a{transform: translateY(-40px);}
        .u-b{transform: translateY(20px);}
        .u-c{transform: translateY(-40px);}
        .u-d{transform: translateY(20px);}
        .u-e{transform: translateY(-40px);}
        .u-f{transform: translateY(20px);}
    }
}

.t-sec{
    margin-bottom: 50px;
    h2, .is-yellow{
        font-family: 'Barlow';
        font-size: 40px;
        font-weight: 700;
    }
    span.tg{
        margin-bottom: 10px;
        display: block;
    }
}

.is-review{

    .main-rev{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        .mr-l, .mr-r{
            width: 49%;
            margin-bottom: 20px;
        }
        .mr-r{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: flex-start;
        }
        .mrr-col{
            width: 49%;
            p.tagline{
                font-size: 15px;
            }
        }
    }

    .r-card{
        width: 100%;
        background-color: #f5fbff;
        border-radius: 30px;
        .r-inner{
            padding: 30px;
        }
        .tagline{
            font-size: 23px;
            line-height: 35px;
            margin-bottom: 30px;
        }
        .r-usr{
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            flex-wrap: wrap;
            .ru-l, .ru-r{
                width: 48%;
                img{
                    width: 100%;
                    display: block;
                    margin: auto;
                }
            }
            .ru-l p{
                font-size: 20px;
                font-weight: 700;
                font-family: 'Barlow';
                margin-bottom: 10px;
            }
        }
        .rur-w{
            border: solid 15px #fff;
            background-color: #fff;
            border-radius: 30px;
            box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
            p{
                font-size: 20px;
                font-weight: 700;
                font-family: 'Barlow';
                margin: 10px 0;
            }
            .id{
                background-color: #DCF8DB;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                color: #43A557;
                padding: 10px;
                border-radius: 10px;
                width: calc(100% - 20px);
                font-size: 15px;
                svg{
                    width: 15px;
                    margin-right: 10px;
                }
            }
        }
    }

    .mrr-col{

    }

}

.cta-lr{
    background-color: rgb(28, 88, 120);
    border-radius: 40px;
    box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
    margin: 30px 0;
    overflow: hidden;
    h2{
        font-size: 50px;
        color: #fff;
        line-height: 50px;
        letter-spacing: -2px;
        margin: 20px 0;
    }
    p{
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .c-inner{
        padding: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .clt{
        width: 49%;
    }
    .crt{
        width: 49%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        .user{
            width: 49%;
            transform: rotate(11deg);
            position: relative;
            right: -100px;
            box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
            img{
                display: block;
                width: 100%;
                margin: auto;
            }
        }
    }
}

.rev-g .t-sec{
    margin: 100px 0 !important;
}

.sec-rev{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    .rs-unit{
        width: 32%;
        background-color: #f5fbff;
        border-radius: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        .rs-inner{
            padding: 30px;
        }
        .rs-top{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
            box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
            background-color: #fff;
            border-radius: 80px;
            padding: 10px;
            width: 65%;
            margin: auto;
            position: absolute;
            top: -25px;
            left: 15%;
        }
        .rs-usr{
            width: 15%;
            border-radius: 100%;
            overflow: hidden;
            img{
                display: block;
                width: 100%;
                margin: auto;
            }
        }
        .rs-not{
            width: 40%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
            svg{
                width: 20%;
            }
        }
        .rs-t{
            text-align: center;
            padding-top: 20px;
            .date{
                margin: 10px 0;
                display: block;
                font-size: 15px;
            }
        }
    }
}

.grey-stripe {
    background-color: #ffffff;
    padding: 100px 0;
    h2 {
        text-align: left;
        color: #434343;
    }
    .ihu {
        background: #ffffff;
        box-shadow: none;
    }
    .ihu ul li {
        text-align: center;
        color: #434343;
    }
}


@media screen and (max-width: 700px){

    .t-sec {
        h2, .is-yellow {
            font-family: 'Barlow';
            font-size: 40px;
            font-weight: 700;
            line-height: 40px;
        }
    }

    .is-head{
        flex-wrap: wrap;
        .title, .review-avg{
            width: 100%;
        }
        .title{
            margin-bottom: 150px;
            a{
                margin-top: 0;
            }
            .is-b {
                padding: 20px 0;
            }
        }
        .is-flex{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100%;
        }
        .ra-r {
            width: 60%;
        }
        .ra-l {
            width: 70%;
        }
    }

    .is-review {
        margin-top: 100px;
    }

    .is-review {
        & .main-rev {
            .mr-l, .mr-r {
                width: 100%;
                margin-bottom: 20px;
            }
        }
    }

    .cta-lr {
        .clt {
            width: 100%;
        }
    }

    .cta-lr {
        .crt {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
    }

    .cta-lr {
        & .crt {
            .user {
                width: 49%;
                transform: rotate(11deg);
                position: relative;
                right: -10px;
                bottom: -50px;
                box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
            }
        }
    }

    .sec-rev {
        .rs-unit {
            width: 100%;
        }
    }
}

