/* ======================================
STORY TEAM
====================================== */

.ma-story-team{

    padding:50px 0;

    background:#F8FAFC;

}

.ma-story-team-heading{

    text-align:center;

    margin-bottom:40px;

}

.ma-story-team-badge{

    display:inline-block;

    color:#A03088;

    font-size:18px;

    font-weight:700;

    margin-bottom:14px;

}

.ma-story-team-title{

    color:#3B649B;

    font-size:35px;

    line-height:1.2;

    font-weight:700;

    margin:0;

}

.ma-story-team-image{

    max-width:500px;

    margin:0 auto;

    border-radius:36px;

    overflow:hidden;

}

.ma-story-team-image img{

    width:100%;

    display:block;

}

.ma-story-team-content{

    max-width:760px;

    margin:24px auto 0;

    text-align:center;

}

.ma-story-team-desc{

    font-size:22px;

    line-height:1.2;

    color:#444;

    margin-bottom:24px;

}

.ma-story-team-content .ma-btn{

    display:inline-flex;

}

/* ======================================
MOBILE
====================================== */

@media(max-width:768px){

    .ma-story-team{

        padding:70px 0;

    }

    .ma-story-team-heading{

        margin-bottom:28px;

    }

    .ma-story-team-badge{

        font-size:15px;

    }

    .ma-story-team-title{

        font-size:30px;

        line-height:1.35;

    }

    .ma-story-team-image{

        border-radius:22px;

    }

    .ma-story-team-content{

        margin-top:28px;

        padding:0 10px;

    }

    .ma-story-team-desc{

        font-size:16px;

        line-height:1.8;

        margin-bottom:24px;

    }

    .ma-story-team-content .ma-btn{

        font-size:15px;

        padding:12px 24px;

    }

}