/* extracted style block 1 from pages/contents/sodium_information.blade.php */
.page-home .section-inner {
    max-width: 55%;
    padding-left: 0%;
}
.section .text {
    flex: 1;
    margin-top: 20px;
    text-align: justify;
    margin-bottom: 10%;
}
.section .btn-arrow-right {
    position: absolute;
    bottom: 20%;
    right: 0;
}

@media screen and (max-width: 768px) {
.page-home .section-inner {
    max-width: 80%;
    padding-left: 0%;
}

.section .btn-arrow-right {
    position: absolute;
    bottom: -10%;
    right: 0;
}
    h1.pagename {
        width: 50%;
}
}

/* extracted style attributes */
.csp-s-b75fad0009{margin-bottom: 20px;}
.csp-s-cad980f4b7{width:100%;}
