#sht-110
{
    width: 1140px;
    height: auto;
    margin-top: -90px;
}

@media screen and (max-width: 1150px)
{
    #sht-110
    {
        width: 100vw;
        margin-top: 0px;
    }

    #section-3d-touch .text > p:nth-child(3) {
        max-width: 310px;
        width: 95vw;
    }
    #section-3d-touch .text > p:nth-child(3) br {
        display: none;
    }
}

#section-3d-touch .container
{
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-3d-touch .text
{
    align-items: center;
    flex-direction: column;
    display: flex;
}

#section-3d-touch .text .special
{
    color: #2863d1;
}
#section-3d-touch .text p:nth-of-type(1)
{
    margin-bottom: 10px;
}
#section-3d-touch .text p:nth-of-type(2)
{
    margin-bottom: 30px;
}