.information-section
{
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%;
}
.information-section h1
{
    color: rgba(255, 105, 0, 1);
    font-weight: 700;
    font-size: 45px;
    line-height: 46px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    width: 1300px;
}
.information-section p
{
    margin: 10px 0px;
}

.information-section ul {
    margin: 10px 15px;
}

.information-section ol {
    margin: 10px 15px;
}

.information-main
{
    width: 1300px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    height: 100%;
    padding: 25px;
}


@media screen and (max-width : 1350px) {
    .information-main
    {
        width: 95%;
        flex-direction: column;
    }
    
    .information-section h1
    {
        width: 95%;
    }
}