.media-mentions {
    margin-bottom: 25px;
    position: relative;
}
.media-mentions h2 {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    font-size: 56px;
    font-family: "iCiel Pony";
    text-align: center;
}
.media-mentions .text-center {
    text-align: center;
}
.media-mentions .introduction-system {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    color: #4f2507;
    font-family: Arial;
}
.media-mentions-logo {
    display: inline-block;
    padding: 10px;
}
.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
    padding-top: 50px;
    border-top: 1px solid var(--orange);
}
.contact .title {
    width: 40%;
    font-size: 52px;
    font-family: "iCiel Pony";
    line-height: 52px;
    align-self: flex-start;
}

.contact .content {
    width: 30%;
    align-self: flex-end;
}

.contact .content img {
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}

.media-mentions .swiper {
    width: 100%;
}
.media-mentions .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-mentions .swiper-ctrl {
    width: 70px;
    height: 70px;
    background: url("../images/ic-next.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}
.media-mentions .swiper-ctrl:hover {
    background: url("../images/ic-next-filled.png") no-repeat;
    background-size: contain;
    transition: all 0.3s;
}

.media-mentions .swiper-prev {
    transform: rotate(180deg);
}
.swiper-slide {
    display: flex;
    flex-direction: space-between;
    flex-wrap: wrap;
}
.swiper-slide a {
    width: 30%;
    padding: 10px;
}
@media screen and (max-width: 1023px) {
    .contact {
        flex-direction: column;
    }
    .contact .title {
        width: 50%;
        margin: 0;
        font-size: 42px;
        line-height: 42px;
    }
    .contact .content {
        width: 50%;
        margin: 0;
        font-size: 16px;
        line-height: 19px;
        align-self: flex-end;
    }
    .media-mentions h2 {
        font-size: 36px;
        line-height: 32px;
    }
    .swiper-ctrl {
        width: 55px !important;
        height: 55px !important;
    }
    .media-mentions .swiper {
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .contact {
        flex-direction: column;
    }
    .contact .title {
        width: 50% !important;
        margin: 0;
        font-size: 22px;
        line-height: 22px;
        text-align: left;
    }
    .contact .content {
        width: 50% !important;
        margin: 0;
        font-size: 16px;
        line-height: 19px;
        align-self: flex-end;
        text-align: left;
    }
    .media-mentions .row {
        flex-direction: column;
    }
    .media-mentions .swiper {
        height: 480px;
    }
    .swiper-slide a {
        width: 40%;
    }
    .swiper-ctrl {
        width: 36px !important;
        height: 36px !important;
    }
    .media-mentions .swiper-prev {
        transform: rotate(-90deg);
    }
    .media-mentions .swiper-next {
        transform: rotate(90deg);
    }
    .media-mentions h2 {
        font-size: 18px;
        line-height: 16px;
    }
}
