.settings_nas {
    padding: 0 30px;
}
.settings_nas_title {
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}
.settings_nas_wrapper {
    max-width: 812px;
    width: 100%;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 14px;
}
.settings_nas_wrapper:not(:last-child) {
    margin-bottom: 60px;
}
.settings_nas_wrapper_title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1D1D1D;
}
.settings_nas_wrapper_text {
    font-weight: 400;
    line-height: 20px;
}
.settings_nas_wrapper_text:not(:last-child) {
    margin: 0 0 15px !important;
}
.settings_nas_wrapper_img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.settings_nas_wrapper_img:not(:last-child) {
    margin: 0 0 30px;
}
.settings_nas_wrapper ul {
    margin-bottom: 30px;
    padding-left: 25px;
}
.settings_nas_wrapper ul li {
    font-weight: 400;
    line-height: 20px;
}
.settings_nas_wrapper ul li:not(:last-child) {
    margin: 0 0 10px;
}

.settings_nas_content {
    max-width: 900px;
    width: 100%;
}
.settings_nas_subtitle {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #005D28;
}
.settings_nas_wrapper_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width: 100%;
    margin-top: 20px;
    border: 2px solid var(--green-1) !important;
    color: var(--green-1) !important;
    cursor: pointer;
    transition: .3s;
}
.settings_nas_wrapper_btn:hover {
    color: var(--white-1) !important;
    background: var(--green-1);
}

.settings_nas_wrapper_btn::before {
    content: '';
    display: block;
    position: relative;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.9 3C17.1711 2.99986 17.4326 3.09981 17.6345 3.28067C17.8364 3.46152 17.9644 3.71056 17.994 3.98L18 4.1V7H19C19.7652 6.99996 20.5015 7.29233 21.0583 7.81728C21.615 8.34224 21.9501 9.06011 21.995 9.824L22 10V17C22.0002 17.5046 21.8096 17.9906 21.4665 18.3605C21.1234 18.7305 20.6532 18.9572 20.15 18.995L20 19H18V20.9C18.0001 21.1711 17.9002 21.4326 17.7193 21.6345C17.5385 21.8364 17.2894 21.9644 17.02 21.994L16.9 22H7.1C6.82894 22.0001 6.56738 21.9002 6.36548 21.7193C6.16358 21.5385 6.03557 21.2894 6.006 21.02L6 20.9V19H4C3.49542 19.0002 3.00943 18.8096 2.63945 18.4665C2.26947 18.1234 2.04284 17.6532 2.005 17.15L2 17V10C1.99996 9.23479 2.29233 8.49849 2.81728 7.94174C3.34224 7.38499 4.06011 7.04989 4.824 7.005L5 7H6V4.1C5.99986 3.82894 6.09981 3.56738 6.28067 3.36548C6.46152 3.16358 6.71056 3.03557 6.98 3.006L7.1 3H16.9ZM16 16H8V20H16V16ZM19 9H5C4.75507 9.00003 4.51866 9.08996 4.33563 9.25272C4.15259 9.41547 4.03566 9.63975 4.007 9.883L4 10V17H6V15.1C5.99986 14.8289 6.09981 14.5674 6.28067 14.3655C6.46152 14.1636 6.71056 14.0356 6.98 14.006L7.1 14H16.9C17.1711 13.9999 17.4326 14.0998 17.6345 14.2807C17.8364 14.4615 17.9644 14.7106 17.994 14.98L18 15.1V17H20V10C20 9.73478 19.8946 9.48043 19.7071 9.29289C19.5196 9.10536 19.2652 9 19 9ZM17 10C17.2549 10.0003 17.5 10.0979 17.6854 10.2728C17.8707 10.4478 17.9822 10.687 17.9972 10.9414C18.0121 11.1958 17.9293 11.4464 17.7657 11.6418C17.6021 11.8373 17.3701 11.9629 17.117 11.993L17 12H15C14.7451 11.9997 14.5 11.9021 14.3146 11.7272C14.1293 11.5522 14.0178 11.313 14.0028 11.0586C13.9879 10.8042 14.0707 10.5536 14.2343 10.3582C14.3979 10.1627 14.6299 10.0371 14.883 10.007L15 10H17ZM16 5H8V7H16V5Z' fill='%23005D28'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .3s;
}

.settings_nas_wrapper_btn:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.9 3C17.1711 2.99986 17.4326 3.09981 17.6345 3.28067C17.8364 3.46152 17.9644 3.71056 17.994 3.98L18 4.1V7H19C19.7652 6.99996 20.5015 7.29233 21.0583 7.81728C21.615 8.34224 21.9501 9.06011 21.995 9.824L22 10V17C22.0002 17.5046 21.8096 17.9906 21.4665 18.3605C21.1234 18.7305 20.6532 18.9572 20.15 18.995L20 19H18V20.9C18.0001 21.1711 17.9002 21.4326 17.7193 21.6345C17.5385 21.8364 17.2894 21.9644 17.02 21.994L16.9 22H7.1C6.82894 22.0001 6.56738 21.9002 6.36548 21.7193C6.16358 21.5385 6.03557 21.2894 6.006 21.02L6 20.9V19H4C3.49542 19.0002 3.00943 18.8096 2.63945 18.4665C2.26947 18.1234 2.04284 17.6532 2.005 17.15L2 17V10C1.99996 9.23479 2.29233 8.49849 2.81728 7.94174C3.34224 7.38499 4.06011 7.04989 4.824 7.005L5 7H6V4.1C5.99986 3.82894 6.09981 3.56738 6.28067 3.36548C6.46152 3.16358 6.71056 3.03557 6.98 3.006L7.1 3H16.9ZM16 16H8V20H16V16ZM19 9H5C4.75507 9.00003 4.51866 9.08996 4.33563 9.25272C4.15259 9.41547 4.03566 9.63975 4.007 9.883L4 10V17H6V15.1C5.99986 14.8289 6.09981 14.5674 6.28067 14.3655C6.46152 14.1636 6.71056 14.0356 6.98 14.006L7.1 14H16.9C17.1711 13.9999 17.4326 14.0998 17.6345 14.2807C17.8364 14.4615 17.9644 14.7106 17.994 14.98L18 15.1V17H20V10C20 9.73478 19.8946 9.48043 19.7071 9.29289C19.5196 9.10536 19.2652 9 19 9ZM17 10C17.2549 10.0003 17.5 10.0979 17.6854 10.2728C17.8707 10.4478 17.9822 10.687 17.9972 10.9414C18.0121 11.1958 17.9293 11.4464 17.7657 11.6418C17.6021 11.8373 17.3701 11.9629 17.117 11.993L17 12H15C14.7451 11.9997 14.5 11.9021 14.3146 11.7272C14.1293 11.5522 14.0178 11.313 14.0028 11.0586C13.9879 10.8042 14.0707 10.5536 14.2343 10.3582C14.3979 10.1627 14.6299 10.0371 14.883 10.007L15 10H17ZM16 5H8V7H16V5Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media(max-width: 767px) {
    .settings_nas {
        padding: 0 20px;
    }
    .settings_nas_title {
        margin: 0 0 30px;
        font-size: 22px;
        line-height: 24px;
    }
    .settings_nas_wrapper:not(:last-child) {
        margin-bottom: 30px;
    }
    .settings_nas_wrapper {
        padding: 20px;
    }
    .settings_nas_wrapper_title {
        margin: 0 0 15px;
        font-size: 18px;
    }
    .settings_nas_wrapper_text:not(:last-child) {
        margin: 0 0 10px !important;
    }
    .settings_nas_wrapper_img:not(:last-child) {
        margin: 0 0 20px;
    }
    .settings_nas_wrapper ul {
        margin-bottom: 20px;
    }
    .settings_nas_subtitle {
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 26px;
    }
    .settings_nas_wrapper_btn {
        max-width: 450px;
        width: 100%;
    }
}