.container-taskier {
    background-color: #f8f3ff;
    display: flex;
    max-height: 580px;
}

.box-container-taskier {
    padding: 6.25rem;
    width: 50%;
}

.logo-taskier img {
    margin-bottom: 3rem;
}

.subtitle-taskier {
    color: #7646b8;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8rem;
}

.taskier p {
    color:#343a40;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.taskier a {
    background-color: #7646b8;
    border-radius: 50px;
    color: #f8f3ff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.7rem 1.2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
}

.taskier a:last-child{
    margin-left: 1rem;
}

.taskier a:hover {
    background-color: #7646b8;
    filter: brightness(85%);
}

.taskier i {
    padding-left: 0.5rem;
}

.video-taskier {
    padding-left: 1rem;
    width: 50%;
}

.video-taskier a:hover {
    filter: brightness(110%);
}

.taskier-img {
    background-image: url(../img/video-taskier.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 1rem;
    min-height: 540px;
}

@media (max-width: 1349px){
    .box-container-taskier {
        padding: 5rem;
    }
}

@media (max-width: 1153px){
    .logo-taskier img {
        margin-bottom: 1.5rem;
    }

    .subtitle-taskier {
        font-size: 1.4rem;
    }

    .taskier a {
        display: inline-block;
        margin-bottom: 0.5rem;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .taskier a:last-child{
        margin-left: 0;
    }
}

@media (max-width: 924px){
    .box-container-taskier {
        padding-top: 2rem;
    }
}

@media (max-width: 767px){

    .content-description {
        padding: 5rem;
    }

    .container-taskier {
        max-height: min-content;
    }

    .box-container-taskier {
        background-color: #fff;
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    .logo-taskier {
        text-align: center;
    }

    .subtitle-taskier {
        color: #343a40;
    }

    .taskier p {
        margin-bottom: 2rem !important;
    }

    .container-time {
        margin-top: 1.5rem;
    }

}