.trouble {
    background: #f2f2f2;
    padding: 50px 0;
}

.trouble .wrapper .top {
    position: relative;
    background: url('../images/parents.png') top center no-repeat;
    background-size: contain;
    height: 350px;
    width: 100%;
    margin-bottom: 25px;
}

.frame {
    position: absolute;
    font-size: 20px;
}

.frame_1 {
    top: 25px;
    right: 50%;
    margin-right: 200px;
}

.frame_2 {
    bottom: 25px;
    right: 50%;
    margin-right: 250px;
}

.frame_3 {
    top: 25px;
    left: 50%;
    margin-left: 200px;
}

.frame_4 {
    bottom: 25px;
    left: 50%;
    margin-left: 250px;
}


.trouble .wrapper .bottom {
    text-align: center;
    font-size: 18px;
}

.trouble .wrapper .bottom .head {
    font-size: 28px;
    font-weight: 900;
    color: #f4605d;
    margin-bottom: 5px;
}


@media screen and (max-width: 979px) {
    .trouble .wrapper .top {
        height: auto;
        width: 100%;
        background: transparent;
    }

    .frame {
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
        width: calc( 100% - 100px );
        font-size: 16px;
    }

    .frame br {
        display: none;
    }

    .frame + .frame {
        margin-top: 10px;
    }
    
    .frame_1 {
        top: 0;
        right: 0;
        margin-right: 100px;
    }
    
    .frame_2 {
        bottom: 0;
        right: 0;
        margin-right: 100px;
    }

    .frame_2:after {
        content: '';
        position: absolute;
        top: -42.5px;
        right: -100px;
        width: 75px;
        height: 75px;
        background: url('../images/mon.png') center no-repeat;
        background-size: contain;
    }
    
    .frame_3 {
        top: 0;
        left: 0;
        margin-left: 100px;
    }
    
    .frame_4 {
        bottom: 0;
        left: 0;
        margin-left: 100px;
    }

    .frame_4:after {
        content: '';
        position: absolute;
        top: -42.5px;
        left: -100px;
        width: 75px;
        height: 75px;
        background: url('../images/girl.png') center no-repeat;
        background-size: contain;
    }

    .trouble .wrapper .bottom .head {
        font-size: 23px;
    }

    .trouble .wrapper .bottom {
        font-size: 16px;
    }
}