.line {
    height: 0.75px;
    background-color: rgba(255, 255, 255, 0.25);

    margin-inline: -20px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.why-title {
    font-size: 2rem;
    text-decoration: underline;
    text-align: center;

    padding-top: 1.35rem;
    margin-bottom: 2rem;
}
.text-block {
    display: flex;
    flex-direction: column;
}
.why-h1 {
    font-size: 2rem;
    color: #9456D5;
}
.why-h1#center {
    text-align: center;
}
.why-text {
    margin-top: 2rem;
    width: 626px;
}

.text-block#left .why-h1, .why-text {
    text-align: left;
}
.text-block#left {
    align-items: flex-start;
}
.text-block#right .why-h1, .why-text .text-block {
    text-align: right;
}
.text-block#right {
    align-items: flex-end;
}
.why-list {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    margin-top: 2rem;
    row-gap: 2rem;

    justify-content: space-between;
}
.why-list-item {
    width: 40%;

}
.item-title {
    font-size: 1.5rem;
    color: #D84A81;
}
.item-img-text {
    display: flex;
    margin-top: 0.5rem;
}
.item-img {
    width: 88px;
}
.item-text {
    margin-left: 1rem;
    width: 305px;
}
.big-title {
    font-size: 2.5rem;
    color: #9456D5;
    text-align: center;
}
.applic#why {
    display: flex;
    font-size: 2.5rem;
    margin-inline: auto;

    padding-inline: 3rem;
    padding-bottom: 0.6rem;

    margin-top: 4.55rem;
}
.content-back .container {
    padding-bottom: 2rem;
}















@media (max-width: 1076px) {
    .line {
        margin-inline: -1rem;
    }
    .why-h1 {
        font-size: 20px;
    }
    .why-text {
        font-size: 1rem;
        width: 100%;

        margin-top: 1rem;
    }
    .why-list {
        flex-direction: column;
        row-gap: 1rem;
        justify-content: center;
    }
    .why-list-item {
        width: 100%;
    }
    .item-img {
        width: 66px;
    }
    .big-title {
        font-size: 30px;
    }
    .applic#why {
        font-size: 25px;
        margin-top: 2rem;
    }
}