
.you-decide{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.you-decide .container{
    /*outline: 1px solid magenta;*/
    min-height: 400px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 30px;
}
.you-decide .c-intro-row{
    display: flex;
    gap: 0;
    align-items: center;
    margin-bottom: 20px;
}
.you-decide .c-intro-row .c--subtitle{
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    color: #ff7800;
    margin-bottom: 5px;
}
.you-decide .c-intro-row .c--title{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #222;

}
.you-decide .c-intro-row .c-leading-cell{
    /*flex: 1;*/
    max-width: 498px;
    padding-right: 8%;
}
.you-decide .c-intro-row .c-trailing-cell{
    flex: 1;
    font-size: 18px;
    line-height: 28px;
    color: #222;
}
.you-decide .c-intro-row .c-trailing-cell .c-paragraph,
.you-decide .c-intro-row .c-trailing-cell p{
    margin-top: 0;
    margin-bottom: 10px;
}

.you-decide .c-heros{
    display: flex;
    gap: 20px;
}
.you-decide .c-heros .c-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*opacity: 0.3;*/
    opacity: 0;
    transform: translate(64px, 0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.you-decide .c-heros .c-column.present{
    transform: translate(0, 0);
    opacity: 1;
}
.you-decide .c-heros .c-column .c-tag{
    background-color: #151515;
    color: #ffffff;

    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    padding: 6px 6px;

    position: relative;
    top: 34px;
}

.you-decide .c-heros .c-img-wrap{

}

.you-decide .c-heros .c-img-wrap img{
    border-radius: 10px;
}

@media (max-width: 1168px){
    .servl .services .c--header .c-cell{
        font-size: 1.8em;
    }
}
@media (max-width: 960px){
    .you-decide{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .you-decide .c-intro-row .c-leading-cell{
        flex: 1;
        padding-right: 5%;

    }

    .you-decide .c-heros .c-column .c-tag{
        font-size: 28px;
        line-height: 39px;
    }

    .servl .services .c--header .c-cell{
        font-size: 1.55em;
    }
}
@media (max-width: 860px){
    .you-decide .c-heros .c-column .c-tag{
        font-size: 20px;
        line-height: 24px;
        top: 28px;
    }
    .you-decide .container{
        padding: 30px 20px;
    }
}

@media (max-width: 740px){
    .you-decide .c-intro-row{
        flex-direction: column;
        gap: 29px;
    }
    .you-decide .c-intro-row .c--title{
        font-size: 32px;
        line-height: 37px;
    }
    .you-decide .c-intro-row .c-leading-cell{
        padding-right: 0;
    }
    .you-decide .c-intro-row .c-leading-cell{
        max-width: none;
    }
    .you-decide .c-heros .c-column .c-tag{
        font-size: 18px;
        line-height: 22px;
        top: 22px;
    }
}

@media (max-width: 600px){
    .you-decide .c-heros{
        flex-direction: column;
    }
    .you-decide .c-heros .c-column{
        max-width: 232px;
        margin: 0 auto;
        transform: translate(0, 64px);
    }
    .you-decide .c-heros .c-column.present{
        transform: translate(0, 0);
        opacity: 1;
    }
}