/*ATS SL GX Page*/
section.title{
    text-align: center;
    margin: 0;
    padding: 5px;
    font-size: 25px;
    background-color: white;
}
div.container-slgx{
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    margin: 0;
    margin: 10px auto;
}
div.content{
    display: flex;
    margin: 10px 0px 10px 0px;
    padding: 10px;
}
div.text{
    margin: 20px;
}
div.content img{
    max-width: 540px;
    margin: 0;
    object-fit: contain;
}
ul.features-slgx img{
    max-width: 120px;
}
ul.features-slgx{
    list-style: none;
}
ul.features-slgx li{
    display: inline-block;
    margin: auto;
}
div.container-others{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
div.others{
    background-color: white;
    border-radius: 10px;
    width: 118px;
    padding: 10px;
    margin: auto;
}
div.others img{
    width: 118px;
    height: 118px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
a.others{
    text-decoration: none;
    color: black;
    transition: transform .2s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: auto;
}
a.others:hover{
    transform: scale(1.05);
}


div.two{
    max-width: 1080px;
    width: 100%;
    margin: 16px auto;
}
div.two h3{
    margin: 8px 0;
}
div.two ul{
    margin: 8px 0;
}
div.spec{
    max-width: 540px;
    width: 100%;
}
div.images{
    max-width: 540px;
    width: 100%;
}
div.images div img{
    max-height: 50%;
}

div.three{
    max-width: 1080px;
    width: 100%;
    margin: 16px auto;
}
div.three img{
    max-width: 100%;
}