@media (min-width: 1280px) {
    #imsi > p:hover {
        animation: none;
        opacity: .8;
        color: #f4bbbc;
    }
    .text_wrapper{
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #section-wrapper .h2_wrapper li{
        width: 25%;
    }
}