@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1025px){
.sds-container{
    width: 100%;
    /*background-color: #e9f8ff;*/
    padding-top: 20px;
}
.sds-text{
    max-width: 1000px;
    width: 80%;
    padding-bottom: 50px;
}
.sds-section{
    max-width: 1000px;
    width: 80%;
    margin: 10px auto 100px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding-top : 10px;
    padding-bottom: 100px;
}
.sds-container h1{
    margin-left: 20%;
}
.sds-content{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 5fr 2fr 2fr;
    grid-template-areas:
    "material cas file";
    column-gap: 20px;
    background-color:white;
    padding: 10px;
    border-radius: 10px;
    min-height: 120px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}
.material{
    grid-area: material;
    line-height: 1.1rem;
    align-content: center;

}
.material h2{
    font-size: 1.2rem;
	color: rgba(54,54,54,1.00); 
    font-weight: 500;
    text-align: center;
}
.material p{
    text-align: center;
    font-size: 0.8rem;
}
.cas{
    grid-area: cas;
    line-height: 0.9rem;
    align-content: center;
}
.cas p{
    font-size: 0.8rem;
}
.file{
    grid-area: file;
    /*justify-content: center;*/
    line-height: 0.6rem;
    align-content: center;
    text-align: center;
}
.file img{
    width: 40%;
    margin: 10px 25% 10px 25%;
}
.sds-text{
    width: 80%;
    margin: auto;
    max-width:1000px;
}
.sds-link{
    width: 30%;
    border-radius: 25px;
    margin: 50px auto;
    height: 70px;
    place-content: center;
    place-items:center;
    text-align: center;
    min-width: 350px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}
.sds-link p{
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
}
}
@media screen and (min-width: 481px) and (max-width: 1024px){
.sds-container{
    width: 100%;
    /*background-color: #e9f8ff;*/
    padding-top: 20px;
}
.sds-text{
    max-width: 1000px;
    width: 80%;
    padding-bottom: 50px;
}
.sds-section{
    max-width: 500px;
    width: 80%;
    margin: 20px auto 100px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top : 20px;
    padding-bottom: 100px;
}
.sds-container h1{
    margin: 5%;
}
.sds-content{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    grid-template-areas:
    "material cas file";
    column-gap: 20px;
    background-color:white;
    padding: 10px;
    border-radius: 10px;
    min-height: 120px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}
.material{
    grid-area: material;
    line-height: 1.1rem;
    align-content: center;

}
.material h2{
    font-size: 1.2rem;
	color: rgba(54,54,54,1.00); 
    font-weight: 500;
    text-align: center;
}
.material p{
    text-align: center;
    font-size: 0.8rem;
}
.cas{
    grid-area: cas;
    line-height: 0.9rem;
    align-content: center;
    text-align: center;
}
.cas p{
    font-size: 0.8rem;
}
.file{
    grid-area: file;
    /*justify-content: center;*/
    line-height: 0.6rem;
    align-content: center;
    text-align: center;
}
.file img{
    width: 40%;
    margin: 10px 25% 10px 25%;
}
.sds-text{
    width: 80%;
    margin: auto;
    max-width:1000px;
}
.sds-link{
    width: 30%;
    border-radius: 25px;
    margin: 50px auto;
    height: 70px;
    place-content: center;
    place-items:center;
    text-align: center;
    min-width: 350px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}
.sds-link p{
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
}

}
@media screen and (max-width: 480px){
.sds-container{
    width: 100%;
    /*background-color: #e9f8ff;*/
    padding-top: 20px;
}
.sds-container h1{
    font-size: 1.3rem;
}
.sds-section{
    width: 90%;
    margin:auto ;
    display: grid;
    grid-template-columns: calc( 100% - 20px);
    row-gap: 20px;
    padding-top : 20px;
    padding-bottom: 50px;
}
.sds-container h1{
    margin: 5%;
}
.sds-content{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: calc(45% - 0px) calc(25% - 10px) calc(30% - 10px);
    grid-template-areas:
    "material cas file";
    column-gap: 0px;
    background-color:white;
    padding: 10px;
    border-radius: 10px;
    min-height: 100px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}
.material{
    grid-area: material;
    line-height: 1.1rem;
    align-content: center;

}
.material h2{
    font-size: 1.2rem;
	color: rgba(54,54,54,1.00); 
    font-weight: 500;
    text-align: center;
}
.material p{
    text-align: center;
    font-size: 0.8rem;
}
.cas{
    grid-area: cas;
    line-height: 0.9rem;
    align-content: center;
    text-align: center;
}
.cas p{
    font-size: 0.8rem;
}
.file{
    grid-area: file;
    /*justify-content: center;*/
    line-height: 0.6rem;
    align-content: center;
    text-align: center;
}
.file img{
    width: 40%;
    margin: 10px 25% 10px 25%;
}
.sds-text{
    width: 90%;
    margin: auto;
    max-width:1000px;
}
.sds-link{
    width: 90%;
    border-radius: 25px;
    margin: 50px auto;
    height: 70px;
    place-content: center;
    place-items:center;
    text-align: center;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}
.sds-link p{
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
}
}